rc: don't call plymouth with --attach-to-session and --show-splash, which were presumely causing problems with KDM transiontion patch
This commit is contained in:
parent
6927295bd1
commit
4bc83773ee
@ -55,8 +55,6 @@ export RUNLEVEL
|
||||
[ "$previous" != "N" ] && progressbase=10 || progressbase=65
|
||||
|
||||
if [ "$runlevel" = "0" -o "$runlevel" = "6" ]; then
|
||||
$PLYMOUTHD --attach-to-session
|
||||
$PLYMOUTH --show-splash
|
||||
if [ "$runlevel" = "0" ]; then
|
||||
$PLYMOUTH message --text=$"System shutting down, please wait..."
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user