diff options
Diffstat (limited to 'rescue/tree/etc')
-rwxr-xr-x | rescue/tree/etc/rc.sysinit | 2 |
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" |