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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user