[Lunar-commits] r17358 - lunar-iso/trunk/lunar-install/sbin

Auke Kok sofar at lunar-linux.org
Wed Nov 16 16:00:42 UTC 2005


Author: sofar
Date: 2005-11-16 16:00:37 +0000 (Wed, 16 Nov 2005)
New Revision: 17358

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
ssh-keygen neeeds /dev/urandom and therefore needs to be run in a full chroot env.


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-11-16 15:28:59 UTC (rev 17357)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-11-16 16:00:37 UTC (rev 17358)
@@ -1107,7 +1107,7 @@
 
 make_server_keys()  {
 	notify "Generating SSH server keys..."
-	chroot $TARGET make -C /etc/ssh server-keys
+	chroot_run make -C /etc/ssh server-keys
 	echo ""
 	echo "SSH server keys were created."
 	sleep 2



More information about the Lunar-commits mailing list