From 41d07e4247a7e3a79203fba1eb7a68293663c4a5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 16 May 2009 02:06:19 -0400 Subject: Add a \n to get the users attention --- etc/rc.bootup | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.bootup b/etc/rc.bootup index 997e07b..d41576e 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -35,6 +35,7 @@ function rescue_detect_keypress() { // How long do you want the script to wait before moving on (in seconds) $timeout=4; + echo "\n"; echo "[ Press R to enter recovery mode or ]\n"; echo "[ press I to launch the installer ]\n\n"; echo "Recovery mode can assist by rescuing config.xml from a \n"; -- cgit v1.1