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:
parent
1a74a4e651
commit
53a8d24fe9
@ -7,10 +7,9 @@ Subject: systemd: Allow plymouth support from other distros than Fedora
|
|||||||
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
||||||
---
|
---
|
||||||
|
|
||||||
Makefile.am | 27 +++++++++++++++++----------
|
Makefile.am | 27 +++++++++++++++++----------
|
||||||
configure.ac | 3 +++
|
configure.ac | 3 +++
|
||||||
units/fedora/plymouth-start.service | 7 +++++--
|
2 files changed, 20 insertions(+), 10 deletions(-)
|
||||||
3 files changed, 25 insertions(+), 12 deletions(-)
|
|
||||||
|
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/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])
|
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
|
|
||||||
|
@ -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
|
Fri Feb 4 21:24:11 CET 2011 - jeffm@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user