aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-02-16 21:30:57 +0000
committerBill Nottingham <notting@redhat.com>2000-02-16 21:30:57 +0000
commit015a94b332cbf77196c6488f0b33945afed20347 (patch)
tree9367342ca8a0bb20301a2da34cbc77c4c93db4eb
parenteffd7e7f13584f2c46afdd826f4200973a328d36 (diff)
downloadinitscripts-015a94b332cbf77196c6488f0b33945afed20347.tar
initscripts-015a94b332cbf77196c6488f0b33945afed20347.tar.gz
initscripts-015a94b332cbf77196c6488f0b33945afed20347.tar.bz2
initscripts-015a94b332cbf77196c6488f0b33945afed20347.tar.xz
initscripts-015a94b332cbf77196c6488f0b33945afed20347.zip
sanitize repair prompt
-rwxr-xr-xrc.d/rc.sysinit6
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"