From 015a94b332cbf77196c6488f0b33945afed20347 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 16 Feb 2000 21:30:57 +0000 Subject: sanitize repair prompt --- rc.d/rc.sysinit | 6 +++--- 1 file 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" -- cgit v1.2.1