diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-16 02:06:19 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-16 02:06:19 -0400 |
commit | 41d07e4247a7e3a79203fba1eb7a68293663c4a5 (patch) | |
tree | b02ef2d66c46cd623ddb3200239d167e84f550cd /etc/rc.bootup | |
parent | a57983e04fd23ab45c8d023621662220ec57605d (diff) | |
download | pfsense-41d07e4247a7e3a79203fba1eb7a68293663c4a5.zip pfsense-41d07e4247a7e3a79203fba1eb7a68293663c4a5.tar.gz |
Add a \n to get the users attention
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 997e07b..d41576e 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -35,6 +35,7 @@ function rescue_detect_keypress() { // How long do you want the script to wait before moving on (in seconds) $timeout=4; + echo "\n"; echo "[ Press R to enter recovery mode or ]\n"; echo "[ press I to launch the installer ]\n\n"; echo "Recovery mode can assist by rescuing config.xml from a \n"; |