aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
authorPetr Lautrbach <plautrba@redhat.com>2011-10-13 10:32:05 +0200
committerLukas Nykryn <lnykryn@redhat.com>2012-02-14 11:06:06 +0100
commit95768e12a6fc7944461d286c5ed634e8d60c444a (patch)
tree96602f8317a11ad96e3188ca8d12d80c957af457 /rc.d/rc.sysinit
parentf0280a0cb58ebfcc1a4a4abff36d02172029225f (diff)
downloadinitscripts-95768e12a6fc7944461d286c5ed634e8d60c444a.tar
initscripts-95768e12a6fc7944461d286c5ed634e8d60c444a.tar.gz
initscripts-95768e12a6fc7944461d286c5ed634e8d60c444a.tar.bz2
initscripts-95768e12a6fc7944461d286c5ed634e8d60c444a.tar.xz
initscripts-95768e12a6fc7944461d286c5ed634e8d60c444a.zip
rc.sysinit - use rcS-emergency job instead of sulogin
Diffstat (limited to 'rc.d/rc.sysinit')
-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 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