summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 23:28:06 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 23:28:06 -0400
commit406346ac94ae0650c426b6e643633230262cb4a6 (patch)
tree0ceeda081138c857781d2a139617d5e7f5aef04b /etc/rc.bootup
parent5b0518199123b95334bfcb3915fa2dba7e7550ef (diff)
downloadpfsense-406346ac94ae0650c426b6e643633230262cb4a6.zip
pfsense-406346ac94ae0650c426b6e643633230262cb4a6.tar.gz
Use ^H
Diffstat (limited to 'etc/rc.bootup')
-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