diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 19:50:33 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 19:50:33 -0400 |
commit | 44fb22a139938e35dfc95325e86ac933f6e26849 (patch) | |
tree | 9593a1ffa58cbb1f5cacf1401dde170a5c0f4132 | |
parent | 6cc9e2415168975686bba6d227ce3940354da7b1 (diff) | |
download | pfsense-44fb22a139938e35dfc95325e86ac933f6e26849.zip pfsense-44fb22a139938e35dfc95325e86ac933f6e26849.tar.gz |
Woops, add missing text
-rwxr-xr-x | etc/rc.bootup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index b4db148..1af12c8 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -47,8 +47,8 @@ function rescue_detect_keypress() { $timeout=3; echo "Press R to Enter Recovery Mode.\n\n"; - echo "Recovery mode can assist by rescuing config.xml from a installed\n"; - echo "that is having problems, etc.\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"; $key = null; |