Revert "rc: restart plymouthd if it crashed"

This reverts commit dd0ecf1203.
This commit is contained in:
Silvan Calarco 2011-07-10 17:05:20 +02:00
parent dd0ecf1203
commit 5e1fad036d
2 changed files with 1 additions and 6 deletions

View File

@ -21,6 +21,7 @@ fi
progress=5
$PLYMOUTH message --text=$"System booting, please wait..."
$PLYMOUTH update --status="$progress"
if [ ! -e /sys/kernel ]; then
echo -n "Mounting sys file system: "

View File

@ -64,12 +64,6 @@ if [ "$runlevel" = "0" -o "$runlevel" = "6" ]; then
fi
else
$PLYMOUTH message --text=$"Starting services..."
$PLYMOUTH --ping || {
# workaround for plymouth crashing
$PLYMOUTHD --attach-to-session
$PLYMOUTH --show-splash
$PLYMOUTH message --text=$"Starting services..."
}
fi
allservicesnum=`ls -1 $rc_base/rc$runlevel.d/[S,K]* 2>/dev/null | wc -l`