2021-08-31 16:32:59 +02:00
|
|
|
diff -Nura plymouth-0.9.5~git20210406.e554475/scripts/plymouth-populate-initrd.in plymouth-0.9.5~git20210406.e554475_new/scripts/plymouth-populate-initrd.in
|
|
|
|
--- plymouth-0.9.5~git20210406.e554475/scripts/plymouth-populate-initrd.in 2021-08-31 21:58:26.153527871 +0800
|
|
|
|
+++ plymouth-0.9.5~git20210406.e554475_new/scripts/plymouth-populate-initrd.in 2021-08-31 22:25:36.360335610 +0800
|
|
|
|
@@ -415,8 +415,8 @@
|
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
|