rc: do not quit plymouth if in runlevel 5 to allow smooth integration managed by *dm
This commit is contained in:
parent
62263a2704
commit
6927295bd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user