forked from pool/plymouth
bcd47dea1c
- Add plymouth-after-udev-settle.patch: ensure plymouth is started after udev triggers has been started (git + name change due to systemd < 183 in openSUSE 12.2). OBS-URL: https://build.opensuse.org/request/show/131368 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=79
14 lines
645 B
Diff
14 lines
645 B
Diff
Index: plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
|
|
===================================================================
|
|
--- plymouth-0.8.6.1.orig/systemd-units/plymouth-start.service.in
|
|
+++ plymouth-0.8.6.1/systemd-units/plymouth-start.service.in
|
|
@@ -2,7 +2,7 @@
|
|
Description=Show Plymouth Boot Screen
|
|
DefaultDependencies=no
|
|
Wants=systemd-ask-password-plymouth.path
|
|
-After=systemd-vconsole-setup.service systemd-udev-settle.service
|
|
+After=systemd-vconsole-setup.service udev-trigger.service
|
|
Before=systemd-ask-password-plymouth.service
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionPathExists=!@plymouthruntimedir@/pid
|