SHA256
1
0
forked from pool/systemd

Accepting request 60330 from home:jeff_mahoney:betterbooting

OBS-URL: https://build.opensuse.org/request/show/60330
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=111
This commit is contained in:
Kay Sievers 2011-02-08 17:21:19 +00:00 committed by Git OBS Bridge
parent 43ccf3e06c
commit 69321d18b8
2 changed files with 8 additions and 18 deletions

View File

@ -7,10 +7,9 @@ Subject: systemd: Allow plymouth support from other distros than Fedora
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
Makefile.am | 27 +++++++++++++++++----------
configure.ac | 3 +++
units/fedora/plymouth-start.service | 7 +++++--
3 files changed, 25 insertions(+), 12 deletions(-)
Makefile.am | 27 +++++++++++++++++----------
configure.ac | 3 +++
2 files changed, 20 insertions(+), 10 deletions(-)
--- a/Makefile.am
+++ b/Makefile.am
@ -91,17 +90,3 @@ Signed-off-by: Jeff Mahoney <jeffm@suse.com>
AC_DEFINE_UNQUOTED(SPECIAL_SYSLOG_SERVICE, ["$SPECIAL_SYSLOG_SERVICE"], [Syslog service name])
--- a/units/fedora/plymouth-start.service
+++ b/units/fedora/plymouth-start.service
@@ -13,6 +13,9 @@ After=systemd-vconsole-setup.service ude
Before=systemd-ask-password-plymouth.service
[Service]
-ExecStart=/sbin/plymouthd --mode=boot
-ExecStartPost=-/bin/plymouth --show-splash
+ExecStart=/bin/true
+
+# We'd need these if we didn't start plymouth in the initramfs
+#ExecStart=/sbin/plymouthd --mode=boot
+#ExecStartPost=-/bin/plymouth --show-splash
Type=forking

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 8 17:40:29 CET 2011 - jeffm@suse.de
- Removed unecessary workaround for plymouth startup.
-------------------------------------------------------------------
Fri Feb 4 21:24:11 CET 2011 - jeffm@suse.de