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
+#%stage: setup
+#%depends: plymouth
+#%programs: /bin/plymouth /sbin/plymouthd
+#%programs: /usr/bin/plymouth /usr/sbin/plymouthd
+#%dontshow
+
+plymouth update-root-fs --new-root-dir=/root
@ -31,9 +31,9 @@
+#!/bin/bash
+#%stage: boot
+#%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
--- /dev/null
@ -63,7 +63,7 @@
+ @PLYMOUTH_DATADIR@/plymouth/themes/details/details.plymouth \
+ @PLYMOUTH_DATADIR@/plymouth/plymouthd.defaults \
+ @PLYMOUTH_DATADIR@/plymouth/themes/${THEME}/* \
+ @PLYMOUTH_DATADIR@/plymouth/opensuse-logo.png \
+ @PLYMOUTH_DATADIR@/plymouth/logo.png \
+ /etc/plymouth/plymouthd.conf"
+
+PLUGINS="${PLUGIN_PATH}/details.so \