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
fi
if [ "$runlevel" = "5" ]; then
$PLYMOUTH quit --retain-splash
else
if [ ! "$runlevel" = "5" ]; then
chvt 1
$PLYMOUTH quit
fi