diff --git a/plymouth.changes b/plymouth.changes index 3e8af8f..e27b87a 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 21 09:49:52 UTC 2012 - tittiatcoke@gmail.com + +- Changed the parameters to plymouthd in the initrd to create + the necessary pid-file for the systemd integration + ------------------------------------------------------------------- Fri Feb 17 18:04:29 UTC 2012 - tittiatcoke@gmail.com diff --git a/suse-initrd-support b/suse-initrd-support index 8f2545f..e6454d5 100644 --- a/suse-initrd-support +++ b/suse-initrd-support @@ -27,18 +27,20 @@ +plymouth update-root-fs --new-root-dir=/root --- /dev/null +++ plymouth-0.8.3_git201110131555/scripts/boot-plymouth.sh -@@ -0,0 +1,8 @@ +@@ -0,0 +1,10 @@ +#!/bin/bash +#%stage: boot +#%depends: start udev kms +#%programs: /usr/bin/plymouth /usr/sbin/plymouthd + -+/usr/sbin/plymouthd --mode=boot --attach-to-session ++mkdir --mode 755 /run/plymouth ++ ++/usr/sbin/plymouthd --attach-to-session --pid-file /run/plymouth/pid + +plymouth show-splash --- /dev/null +++ plymouth-0.8.3_git201110131555/scripts/setup-plymouth.sh.in -@@ -0,0 +1,43 @@ +@@ -0,0 +1,41 @@ +#!/bin/bash +# +#%stage: setup @@ -64,8 +66,6 @@ + @PLYMOUTH_DATADIR@/plymouth/plymouthd.defaults \ + @PLYMOUTH_DATADIR@/plymouth/themes/${THEME}/* \ + @PLYMOUTH_DATADIR@/plymouth/logo.png \ -+ /usr/bin/plymouth \ -+ /usr/sbin/plymouthd \ + /etc/plymouth/plymouthd.conf" + +PLUGINS="${PLUGIN_PATH}/details.so \