From 95768e12a6fc7944461d286c5ed634e8d60c444a Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 13 Oct 2011 10:32:05 +0200 Subject: rc.sysinit - use rcS-emergency job instead of sulogin --- 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 1dc58cd4..9c5d0c12 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -67,7 +67,7 @@ relabel_selinux() { echo $"*** /etc/selinux/config indicates you want to manually fix labeling" echo $"*** problems. Dropping you to a shell; the system will reboot" echo $"*** when you leave the shell." - sulogin + start rcS-emergency else echo @@ -226,7 +226,7 @@ elif [ -f /.autofsck ]; then echo $"*** Dropping you to a shell; the system will continue" echo $"*** when you leave the shell." [ -n "$SELINUX_STATE" ] && echo "0" > /selinux/enforce - sulogin + start rcS-emergency [ -n "$SELINUX_STATE" ] && echo "1" > /selinux/enforce [ -n "$PLYMOUTH" ] && plymouth --show-splash fi @@ -429,7 +429,7 @@ if [ -z "$fastboot" -a "$READONLY" != "yes" ]; then str=$"(Repair filesystem)" PS1="$str \# # "; export PS1 [ "$SELINUX_STATE" = "1" ] && disable_selinux - sulogin + start rcS-emergency echo $"Unmounting file systems" umount -a -- cgit v1.2.1