From f457da66e387d10a71ae823ce55e7a4c69f87ed2 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Mon, 8 Mar 2010 14:16:53 -0800 Subject: Bugfix 5414: Use correct install root reference when copying back SSH keys. --- scripts/install/install-postinst-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install/install-postinst-new') diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index e099e030..65c6cd7f 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -81,7 +81,7 @@ copy_config () { # copy ssh keys if [ -d /mnt/ssh ]; then echo "Copying SSH keys." - cp -p /mnt/ssh/* $rootfsdir/etc/ssh + cp -p /mnt/ssh/* ${INST_ROOT}/etc/ssh fi } -- cgit v1.2.3