2022-05-16 04:49:42 +02:00
|
|
|
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
|
2020-10-07 17:12:36 +02:00
|
|
|
ddebug "Running with PLYMOUTH_LDD_PATH=$PLYMOUTH_LDD_PATH"
|
2020-08-29 07:13:18 +02:00
|
|
|
|
|
|
|
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
|
2021-08-31 16:32:59 +02:00
|
|
|
inst ${PLYMOUTH_DRM_ESCROW_PATH} $INITRDDIR
|
2020-08-29 07:13:18 +02:00
|
|
|
inst ${PLYMOUTH_DATADIR}/plymouth/themes/text/text.plymouth $INITRDDIR
|
|
|
|
inst ${PLYMOUTH_PLUGIN_PATH}/text.so $INITRDDIR
|