rc: do not quit plymouth if in runlevel 5 to allow smooth integration managed by *dm

This commit is contained in:
Silvan Calarco 2011-06-22 23:22:56 +02:00
parent 62263a2704
commit 6927295bd1

View File

@ -137,9 +137,7 @@ else
done done
fi fi
if [ "$runlevel" = "5" ]; then if [ ! "$runlevel" = "5" ]; then
$PLYMOUTH quit --retain-splash
else
chvt 1 chvt 1
$PLYMOUTH quit $PLYMOUTH quit
fi fi