forked from pool/plymouth
Cliff Zhao
13d42ca2d9
Add plymouth-dracut-path back to resolve the openQA failure. OBS-URL: https://build.opensuse.org/request/show/791142 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=249
15 lines
924 B
Diff
15 lines
924 B
Diff
diff -Nura plymouth-0.9.5+git20191224+d7c737d/scripts/plymouth-populate-initrd.in plymouth-0.9.5+git20191224+d7c737d_new/scripts/plymouth-populate-initrd.in
|
|
--- plymouth-0.9.5+git20191224+d7c737d/scripts/plymouth-populate-initrd.in 2020-04-03 11:27:53.666924816 +0800
|
|
+++ plymouth-0.9.5+git20191224+d7c737d_new/scripts/plymouth-populate-initrd.in 2020-04-03 12:19:37.642127397 +0800
|
|
@@ -414,8 +414,8 @@
|
|
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_DATADIR}/plymouth/themes/text/text.plymouth $INITRDDIR
|
|
inst ${PLYMOUTH_PLUGIN_PATH}/text.so $INITRDDIR
|
|
inst ${PLYMOUTH_DATADIR}/plymouth/themes/details/details.plymouth $INITRDDIR
|