summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup4
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"))) {
OpenPOWER on IntegriCloud