diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 22:03:49 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 22:03:49 +0000 |
commit | 184038cf1ff6006e56b874377b9ac7f5c9360d01 (patch) | |
tree | 2c6825aeb6f0ee4e71a6d47a144dd9fad42a0f9d /rescue/tree | |
parent | bfd1590209bfaaffe0cddcd1710d18eb15ca3113 (diff) | |
download | drakx-184038cf1ff6006e56b874377b9ac7f5c9360d01.tar drakx-184038cf1ff6006e56b874377b9ac7f5c9360d01.tar.gz drakx-184038cf1ff6006e56b874377b9ac7f5c9360d01.tar.bz2 drakx-184038cf1ff6006e56b874377b9ac7f5c9360d01.tar.xz drakx-184038cf1ff6006e56b874377b9ac7f5c9360d01.zip |
better phrasing
Diffstat (limited to 'rescue/tree')
-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" |