diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 20:50:34 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.geekgod.com> | 2009-05-15 20:50:34 -0400 |
commit | 9594cfa337571f318e15a86fe2c56f221072ebb5 (patch) | |
tree | ccd4adb0292c6ed28663a4c4b8434229170c1fb4 /etc | |
parent | d5116ed509d535afa24b0ac1c2135a32e4f3f8a9 (diff) | |
download | pfsense-9594cfa337571f318e15a86fe2c56f221072ebb5.zip pfsense-9594cfa337571f318e15a86fe2c56f221072ebb5.tar.gz |
Add I for installer option
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.bootup | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 43a67fd..8ee3586 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -35,9 +35,11 @@ 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 or press I to enter installer.\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 "The installer may be invoked now if you do\n"; + echo "not wish to boot into the liveCD.\n\n" echo "Timeout (seconds): {$timeout}\n"; $key = null; while(!in_array($key, array("r","R"))) { |