summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c04bb2a..755fbb1 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -44,7 +44,7 @@ function rescue_detect_keypress() {
echo "Timeout before auto boot continues (seconds): {$timeout}\n";
$key = null;
while(!in_array($key, array("r","R"))) {
- echo "\033[08m{$timeout}";
+ echo "^H{$timeout}";
`/bin/stty -icanon min 0 time 10`;
$key = trim(`KEY=\`dd count=1 2>/dev/null\`; echo \$KEY`);
`/bin/stty icanon`;
OpenPOWER on IntegriCloud