summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 20:17:58 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com>2009-05-15 20:17:58 -0400
commitc6ae4c89ad108770a8075b6eca77eb5d1007dfb7 (patch)
treeaa733a6026efd4de5d191b82a427ec7d7996e6ea /etc/rc.bootup
parent44fb22a139938e35dfc95325e86ac933f6e26849 (diff)
downloadpfsense-c6ae4c89ad108770a8075b6eca77eb5d1007dfb7.zip
pfsense-c6ae4c89ad108770a8075b6eca77eb5d1007dfb7.tar.gz
Prompt for recovery mode
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 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";
OpenPOWER on IntegriCloud