diff options
author | Bill Nottingham <notting@redhat.com> | 2000-02-16 21:30:57 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-02-16 21:30:57 +0000 |
commit | 015a94b332cbf77196c6488f0b33945afed20347 (patch) | |
tree | 9367342ca8a0bb20301a2da34cbc77c4c93db4eb /rc.d/rc.sysinit | |
parent | effd7e7f13584f2c46afdd826f4200973a328d36 (diff) | |
download | initscripts-015a94b332cbf77196c6488f0b33945afed20347.tar initscripts-015a94b332cbf77196c6488f0b33945afed20347.tar.gz initscripts-015a94b332cbf77196c6488f0b33945afed20347.tar.bz2 initscripts-015a94b332cbf77196c6488f0b33945afed20347.tar.xz initscripts-015a94b332cbf77196c6488f0b33945afed20347.zip |
sanitize repair prompt
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index f5860992..87671015 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -175,7 +175,7 @@ if [ ! -f /fastboot ]; then echo "*** Dropping you to a shell; the system will reboot" echo "*** when you leave the shell." - PS1="(Repair filesystem) \#"; export PS1 + PS1="(Repair filesystem) \# # "; export PS1 sulogin echo "Unmounting file systems" @@ -343,7 +343,7 @@ if [ -f /proc/mdstat -a -f /etc/raidtab ]; then echo "*** Dropping you to a shell; the system will reboot" echo "*** when you leave the shell." - PS1="(RAID Repair) \#"; export PS1 + PS1="(RAID Repair) \# # "; export PS1 sulogin echo "Unmounting file systems" @@ -378,7 +378,7 @@ if [ ! -f /fastboot ]; then echo "*** Dropping you to a shell; the system will reboot" echo "*** when you leave the shell." - PS1="(Repair filesystem) \#"; export PS1 + PS1="(Repair filesystem) \# # "; export PS1 sulogin echo "Unmounting file systems" |