diff options
Diffstat (limited to 'rc.d')
-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" |