diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 20:17:58 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 20:17:58 -0400 |
commit | c6ae4c89ad108770a8075b6eca77eb5d1007dfb7 (patch) | |
tree | aa733a6026efd4de5d191b82a427ec7d7996e6ea /etc | |
parent | 44fb22a139938e35dfc95325e86ac933f6e26849 (diff) | |
download | pfsense-c6ae4c89ad108770a8075b6eca77eb5d1007dfb7.zip pfsense-c6ae4c89ad108770a8075b6eca77eb5d1007dfb7.tar.gz |
Prompt for recovery mode
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.bootup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 1af12c8..e8095bf 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -46,7 +46,7 @@ function rescue_detect_keypress() { // How long do you want the script to wait before moving on (in seconds) $timeout=3; - echo "Press R to Enter Recovery Mode.\n\n"; + echo "Press R to enter Recovery Mode.\n\n"; echo "Recovery mode can assist by rescuing config.xml from a \n"; echo "installed hard disk that is having problems, etc.\n\n"; echo "Timeout (seconds): {$timeout}\n"; |