Commit 2c00804f7cc7219aa5a9a6a5bef5ef2b8651f7c2
1 parent
4bc83773ee
Exists in
master
Revert "rc: don't call plymouth with --attach-to-session and --show-splash, whic…
…h were presumely causing problems with KDM transiontion patch" This reverts commit 4bc83773eebc60cc817586c087a6d52155185c80.
Showing 2 changed files with 3 additions and 1 deletions Side-by-side Diff
VERSION
etc/rc.d/init.d/rc
... | ... | @@ -55,6 +55,8 @@ |
55 | 55 | [ "$previous" != "N" ] && progressbase=10 || progressbase=65 |
56 | 56 | |
57 | 57 | if [ "$runlevel" = "0" -o "$runlevel" = "6" ]; then |
58 | + $PLYMOUTHD --attach-to-session | |
59 | + $PLYMOUTH --show-splash | |
58 | 60 | if [ "$runlevel" = "0" ]; then |
59 | 61 | $PLYMOUTH message --text=$"System shutting down, please wait..." |
60 | 62 | else |