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
16 lines
746 B
Diff
16 lines
746 B
Diff
Index: b/scripts/plymouth-populate-initrd.in
|
|
===================================================================
|
|
--- a/scripts/plymouth-populate-initrd.in
|
|
+++ b/scripts/plymouth-populate-initrd.in
|
|
@@ -453,8 +453,8 @@ ddebug "Running with PLYMOUTH_LDD=$PLYMO
|
|
ddebug "Running with PLYMOUTH_LDD_PATH=$PLYMOUTH_LDD_PATH"
|
|
|
|
mkdir -p ${INITRDDIR}${PLYMOUTH_DATADIR}/plymouth/themes
|
|
-inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR
|
|
-inst ${PLYMOUTH_CLIENT_PATH} $INITRDDIR
|
|
+inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR /usr/sbin/plymouthd
|
|
+inst ${PLYMOUTH_CLIENT_PATH} $INITRDDIR /usr/bin/plymouth
|
|
inst ${PLYMOUTH_DRM_ESCROW_PATH} $INITRDDIR
|
|
inst ${PLYMOUTH_DATADIR}/plymouth/themes/text/text.plymouth $INITRDDIR
|
|
inst ${PLYMOUTH_PLUGIN_PATH}/text.so $INITRDDIR
|