preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Jan 2010 19:27:49 +0000 (19:27 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Jan 2010 19:27:49 +0000 (19:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19367 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/lib/preinit/30_failsafe_wait
target/linux/pxcab/base-files/lib/preinit/45_failsafe_pxcab
target/linux/x86/base-files/lib/preinit/45_failsafe_x86
target/linux/x86/olpc/base-files/lib/preinit/45_failsafe_x86

index 084f994..5f6dd90 100644 (file)
@@ -78,7 +78,7 @@ failsafe_wait() {
     pi_failsafe_net_message=true
     preinit_net_echo "Please press button now to enter failsafe"
     pi_failsafe_net_message=false
-    echo -n "Press CTRL-C or "
+    echo -n "Press "
     fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE
 }
 
index 6e5636a..9739277 100644 (file)
@@ -7,7 +7,7 @@ failsafe_wait() {
     grep 'failsafe=' /proc/cmdline > /dev/null && FAILSAFE=true && export FAILSAFE
     if [ "$FAILSAFE" != "true" ]; then
         preinit_net_echo "Please press button now to enter failsafe"
-        echo -n "Press CTRL-C or "
+        echo -n "Press "
         fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE
     fi
 }
index 6e5636a..9739277 100644 (file)
@@ -7,7 +7,7 @@ failsafe_wait() {
     grep 'failsafe=' /proc/cmdline > /dev/null && FAILSAFE=true && export FAILSAFE
     if [ "$FAILSAFE" != "true" ]; then
         preinit_net_echo "Please press button now to enter failsafe"
-        echo -n "Press CTRL-C or "
+        echo -n "Press "
         fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE
     fi
 }
index 6e5636a..9739277 100644 (file)
@@ -7,7 +7,7 @@ failsafe_wait() {
     grep 'failsafe=' /proc/cmdline > /dev/null && FAILSAFE=true && export FAILSAFE
     if [ "$FAILSAFE" != "true" ]; then
         preinit_net_echo "Please press button now to enter failsafe"
-        echo -n "Press CTRL-C or "
+        echo -n "Press "
         fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE
     fi
 }