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

Auke Kok sofar at lunar-linux.org
Thu May 26 14:40:16 UTC 2005


Author: sofar
Date: 2005-05-26 14:40:15 +0000 (Thu, 26 May 2005)
New Revision: 15078

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Adding an EXIT/REBOOT option right at the beginning, on request by Striker.


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-26 14:07:37 UTC (rev 15077)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2005-05-26 14:40:15 UTC (rev 15078)
@@ -1150,6 +1150,8 @@
         A_HELP="Select a timezone"
         A_OK="\\Z1"
 
+	X_LABEL="Exit into rescue shell or reboot"
+	X_HELP="This launches a a rescue shell or reboots your system"
         Z_LABEL="Finished installing!"
         Z_HELP="You're done! Now go reboot and use lunar-linux!"
         Z_OK="\\Z0"
@@ -1170,11 +1172,11 @@
     }
    
     if [ "$GUIDE" == "off" ]; then
-        CHOICES="I C D E J P M S T O L K R H V G A Z"
+        CHOICES="X I C D E J P M S T O L K R H V G A Z"
 	STEPHELP="Step $STEP of $STEPS:"
     else
         case $STEP in
-            1)  DEFAULT=I ; CHOICES="I F" ;;
+            1)  DEFAULT=I ; CHOICES="X I F" ;;
 	    2)              CHOICES="B C D E J F" ;;
 	    3)  DEFAULT=P ; CHOICES="B P M F" ;;
 	    4)  DEFAULT=M ; CHOICES="B P M F" ;;
@@ -1226,6 +1228,7 @@
               (( STEP-- ))
 	  fi ;;
 
+      X)  goodbye                ;;
       I)  introduction           ;;
 
       C)  keymap_menu            ;;



More information about the Lunar-commits mailing list