Correct the suse-initrd-support patch to work with the right logo and binaries

OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=2
This commit is contained in:
Raymond Wooninck 2012-02-17 16:08:23 +00:00 committed by Git OBS Bridge
parent f2bbab93f3
commit cd80201641

View File

@ -21,7 +21,7 @@
+#!/bin/bash +#!/bin/bash
+#%stage: setup +#%stage: setup
+#%depends: plymouth +#%depends: plymouth
+#%programs: /bin/plymouth /sbin/plymouthd +#%programs: /usr/bin/plymouth /usr/sbin/plymouthd
+#%dontshow +#%dontshow
+ +
+plymouth update-root-fs --new-root-dir=/root +plymouth update-root-fs --new-root-dir=/root
@ -31,9 +31,9 @@
+#!/bin/bash +#!/bin/bash
+#%stage: boot +#%stage: boot
+#%depends: start udev kms +#%depends: start udev kms
+#%programs: /bin/plymouth /sbin/plymouthd +#%programs: /usr/bin/plymouth /usr/sbin/plymouthd
+ +
+/sbin/plymouthd --mode=boot --attach-to-session +/usr/sbin/plymouthd --mode=boot --attach-to-session
+ +
+plymouth show-splash +plymouth show-splash
--- /dev/null --- /dev/null
@ -63,7 +63,7 @@
+ @PLYMOUTH_DATADIR@/plymouth/themes/details/details.plymouth \ + @PLYMOUTH_DATADIR@/plymouth/themes/details/details.plymouth \
+ @PLYMOUTH_DATADIR@/plymouth/plymouthd.defaults \ + @PLYMOUTH_DATADIR@/plymouth/plymouthd.defaults \
+ @PLYMOUTH_DATADIR@/plymouth/themes/${THEME}/* \ + @PLYMOUTH_DATADIR@/plymouth/themes/${THEME}/* \
+ @PLYMOUTH_DATADIR@/plymouth/opensuse-logo.png \ + @PLYMOUTH_DATADIR@/plymouth/logo.png \
+ /etc/plymouth/plymouthd.conf" + /etc/plymouth/plymouthd.conf"
+ +
+PLUGINS="${PLUGIN_PATH}/details.so \ +PLUGINS="${PLUGIN_PATH}/details.so \