Cliff Zhao
f66b57318b
- Add plymouth-renderers-Do-not-assume-all-keyboards-have-LEDs.patch: Plymouth does not recognize keyboards without LEDs. This leads to a NULL-pointer deref in the input code. Fixed by this patch. The change is commit 709f21e8 ("renderers: Do not assume all keyboards have LEDs") in the upstrema tree. (bsc#1233532) OBS-URL: https://build.opensuse.org/request/show/1226800 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=385
18 lines
833 B
Diff
18 lines
833 B
Diff
diff -Nura plymouth-0.9.5~git20220412.e960111/systemd-units/plymouth-start.service.in plymouth-0.9.5~git20220412.e960111_new/systemd-units/plymouth-start.service.in
|
|
--- plymouth-0.9.5~git20220412.e960111/systemd-units/plymouth-start.service.in 2022-04-15 16:39:24.000000000 +0800
|
|
+++ plymouth-0.9.5~git20220412.e960111_new/systemd-units/plymouth-start.service.in 2022-05-19 12:59:33.150307157 +0800
|
|
@@ -6,12 +6,11 @@
|
|
Before=systemd-ask-password-plymouth.service
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionVirtualization=!container
|
|
-IgnoreOnIsolate=true
|
|
|
|
[Service]
|
|
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
|
|
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
Type=forking
|
|
RemainAfterExit=yes
|
|
-KillMode=mixed
|
|
+KillMode=none
|
|
SendSIGKILL=no
|