From 406346ac94ae0650c426b6e643633230262cb4a6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 15 May 2009 23:28:06 -0400 Subject: Use ^H --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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`; -- cgit v1.1