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

Auke Kok sofar at lunar-linux.org
Mon Jan 2 04:15:49 UTC 2006


Author: sofar
Date: 2006-01-02 04:15:46 +0000 (Mon, 02 Jan 2006)
New Revision: 17879

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
escape... doesn't fix that dialog bug tho ;^).


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2006-01-02 04:14:47 UTC (rev 17878)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2006-01-02 04:15:46 UTC (rev 17879)
@@ -1288,7 +1288,7 @@
 			COMMAND=S
 			while true; do
 				DEFAULT=$COMMAND
-				COMMAND=`$DIALOG --title "$TITLE" --default-item "$DEFAULT" --cancel-label "Exit" --menu "Installer settings and misc. options" 0 0 0 "G" "Toggle guided menus on/off (currently $GUIDE)" "C" "Toggle asking of confirmations on/off (currently $CONFIRM)" "D" "Toggle disabling the ability to perform steps (currently $DISABLE)" "M" "Load more kernel modules" "S" "Temporarily run a shell" "Q" "Quit the installer"`
+				COMMAND=`$DIALOG --title "$TITLE" --default-item "$DEFAULT" --cancel-label "Exit" --menu "Installer settings and misc. options" 0 0 0 "G" "Toggle guided menus on/off \(currently $GUIDE\)" "C" "Toggle asking of confirmations on/off \(currently $CONFIRM\)" "D" "Toggle disabling the ability to perform steps \(currently $DISABLE\)" "M" "Load more kernel modules" "S" "Temporarily run a shell" "Q" "Quit the installer"`
 				if [ $? != 0 ]; then
 					return
 				fi



More information about the Lunar-commits mailing list