preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)
[openwrt/openwrt.git] / target / linux / pxcab / base-files / lib / preinit / 45_failsafe_pxcab
index 6e5636a8cb1863c2478795e2ef59904f1a0d2c3a..97392774dad781234de8afce735a290b090caee8 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
 }