summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/tree/etc/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/rc.sysinit b/rescue/tree/etc/rc.sysinit
index cbb4028ff..c33983cca 100755
--- a/rescue/tree/etc/rc.sysinit
+++ b/rescue/tree/etc/rc.sysinit
@@ -43,7 +43,7 @@ grep -q oem /proc/cmdline && exec /etc/oem -f
if ! grep -q noguessmounts /proc/cmdline; then
echo "I will try now to guess your mountpoints;"
- echo -e "If any problems, reboot with \\033[1;37mrescue noguessmounts\\033[0;39m to disable this."
+ echo -e "If any problems, reboot and enter \\033[1;37mrescue noguessmounts\\033[0;39m to disable this."
echo ""
guessmounts
echo "Press <enter> to continue"