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

Auke Kok sofar at lunar-linux.org
Tue Jan 24 17:52:23 UTC 2006


Author: sofar
Date: 2006-01-24 17:52:21 +0000 (Tue, 24 Jan 2006)
New Revision: 18299

Modified:
   lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
small adjustment that doesn't fix the weird problem dialog is having (btw it dumps glibc errors if you pay attention).


Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install	2006-01-24 17:50:55 UTC (rev 18298)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install	2006-01-24 17:52:21 UTC (rev 18299)
@@ -1290,7 +1290,16 @@
 			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                     [$GUIDE]" \
+					"C" "Toggle asking of confirmations on/off          [$CONFIRM]" \
+					"D" "Toggle disabling the ability to perform steps  [$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