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

Auke Kok sofar at lunar-linux.org
Thu May 19 21:07:03 UTC 2005


Author: sofar
Date: 2005-05-19 21:07:01 +0000 (Thu, 19 May 2005)
New Revision: 14848

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Don't wait on this.


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-19 20:52:28 UTC (rev 14847)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-19 21:07:01 UTC (rev 14848)
@@ -1043,11 +1043,9 @@
 
 make_server_keys()  {
   chroot $TARGET make -C /etc/ssh server-keys
-  echo -e "\nSSH server keys were created\nPress ENTER to continue."
-  read
-  if (( STEP == 12 )); then
-      (( STEP++ ))
-  fi
+  echo ""
+  echo "SSH server keys were created."
+  sleep 2
 }
 
 



More information about the Lunar-commits mailing list