plymouth: Remove the calls to plymouth message

* messages aren't translated
 * console text is ugly
 * they are jargonny
 * they really aren't needed

https://bugs.freedesktop.org/show_bug.cgi?id=35711
This commit is contained in:
William Jon McCann 2011-03-27 00:18:16 -04:00 committed by Lennart Poettering
parent 1f7f38f6d4
commit c20deda415
4 changed files with 0 additions and 4 deletions

View file

@ -14,5 +14,4 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Halting...'
Type=forking

View file

@ -14,5 +14,4 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...'
Type=forking

View file

@ -14,5 +14,4 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
Type=forking

View file

@ -14,5 +14,4 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
Type=forking