Accepting request 141259 from Base:System
- fix path to systemd-tty-ask-password-agent for newer systemd - create the pid file again during boot, the existence of this is a condition for systemd-ask-password-plymouth.service. A proper fix might look different but that get's it going again. (forwarded request 141258 from seife) OBS-URL: https://build.opensuse.org/request/show/141259 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plymouth?expand=0&rev=27
This commit is contained in:
commit
24df4a9577
@ -1,6 +1,8 @@
|
||||
--- systemd-units/plymouth-halt.service.in.orig
|
||||
+++ systemd-units/plymouth-halt.service.in
|
||||
@@ -6,6 +6,5 @@ DefaultDependencies=no
|
||||
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
||||
Before=halt.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
||||
[Service]
|
||||
@ -10,7 +12,9 @@
|
||||
-Type=forking
|
||||
--- systemd-units/plymouth-kexec.service.in.orig
|
||||
+++ systemd-units/plymouth-kexec.service.in
|
||||
@@ -6,6 +6,5 @@ DefaultDependencies=no
|
||||
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
||||
Before=kexec.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
||||
[Service]
|
||||
@ -20,7 +24,9 @@
|
||||
-Type=forking
|
||||
--- systemd-units/plymouth-poweroff.service.in.orig
|
||||
+++ systemd-units/plymouth-poweroff.service.in
|
||||
@@ -6,6 +6,5 @@ DefaultDependencies=no
|
||||
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
||||
Before=poweroff.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
||||
[Service]
|
||||
@ -30,7 +36,9 @@
|
||||
-Type=forking
|
||||
--- systemd-units/plymouth-reboot.service.in.orig
|
||||
+++ systemd-units/plymouth-reboot.service.in
|
||||
@@ -6,6 +6,5 @@ DefaultDependencies=no
|
||||
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
||||
Before=reboot.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
||||
[Service]
|
||||
@ -40,12 +48,14 @@
|
||||
-Type=forking
|
||||
--- systemd-units/plymouth-start.service.in.orig
|
||||
+++ systemd-units/plymouth-start.service.in
|
||||
@@ -7,8 +7,7 @@ Before=systemd-ask-password-plymouth.ser
|
||||
@@ -5,10 +5,9 @@ Wants=systemd-ask-password-plymouth.path
|
||||
After=systemd-vconsole-setup.service systemd-udev-trigger.service
|
||||
Before=systemd-ask-password-plymouth.service
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
|
||||
[Service]
|
||||
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
|
||||
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=boot --attach-to-session
|
||||
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --no-daemon --attach-to-session
|
||||
ExecStartPost=-/sbin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /sbin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
||||
-Type=forking
|
||||
KillMode=none
|
||||
|
12
plymouth-systemd-in-usr.patch
Normal file
12
plymouth-systemd-in-usr.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: b/systemd-units/systemd-ask-password-plymouth.service.in
|
||||
===================================================================
|
||||
--- a/systemd-units/systemd-ask-password-plymouth.service.in
|
||||
+++ b/systemd-units/systemd-ask-password-plymouth.service.in
|
||||
@@ -6,6 +6,6 @@ After=plymouth-start.service
|
||||
Before=shutdown.target
|
||||
ConditionKernelCommandLine=!plymouth.enable=0
|
||||
ConditionPathExists=/run/plymouth/pid
|
||||
|
||||
[Service]
|
||||
-ExecStart=/bin/systemd-tty-ask-password-agent --watch --plymouth
|
||||
+ExecStart=/usr/bin/systemd-tty-ask-password-agent --watch --plymouth
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 09:12:13 UTC 2012 - seife+obs@b1-systems.com
|
||||
|
||||
- fix path to systemd-tty-ask-password-agent for newer systemd
|
||||
- create the pid file again during boot, the existence of this is
|
||||
a condition for systemd-ask-password-plymouth.service. A proper
|
||||
fix might look different but that get's it going again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 18:07:29 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -51,6 +51,8 @@ Patch10: 0001-Some-greenish-openSUSE-colors.patch
|
||||
Patch11: plymouth-remove-pid-file.patch
|
||||
Patch12: plymoith-sd-notforking.patch
|
||||
Patch13: ply-sdunitdir.patch
|
||||
# PATCH-OPENSUSE -- systemd-tty-ask-password-agent is in /usr/bin now.
|
||||
Patch14: plymouth-systemd-in-usr.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: kernel-headers
|
||||
BuildRequires: libtool
|
||||
@ -327,6 +329,10 @@ plugin.
|
||||
#patch11 -p1
|
||||
%patch12
|
||||
%patch13
|
||||
# haha, evil condition... :-)
|
||||
%if "0%(type -p systemd-tty-ask-password-agent)" == "0/usr/bin/systemd-tty-ask-password-agent"
|
||||
%patch14 -p1
|
||||
%endif
|
||||
# replace builddate with patch0date
|
||||
sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user