From c20deda415c724482f952ac385610ef28d82e23d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Sun, 27 Mar 2011 00:18:16 -0400 Subject: [PATCH] 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 --- units/plymouth-halt.service | 1 - units/plymouth-kexec.service | 1 - units/plymouth-poweroff.service | 1 - units/plymouth-reboot.service | 1 - 4 files changed, 4 deletions(-) diff --git a/units/plymouth-halt.service b/units/plymouth-halt.service index fa1a20a4..962d829f 100644 --- a/units/plymouth-halt.service +++ b/units/plymouth-halt.service @@ -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 diff --git a/units/plymouth-kexec.service b/units/plymouth-kexec.service index 61c6376a..0d7450fe 100644 --- a/units/plymouth-kexec.service +++ b/units/plymouth-kexec.service @@ -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 diff --git a/units/plymouth-poweroff.service b/units/plymouth-poweroff.service index c1eebb5a..d4979df1 100644 --- a/units/plymouth-poweroff.service +++ b/units/plymouth-poweroff.service @@ -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 diff --git a/units/plymouth-reboot.service b/units/plymouth-reboot.service index 974db31d..7304a5fb 100644 --- a/units/plymouth-reboot.service +++ b/units/plymouth-reboot.service @@ -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 -- 2.39.5