summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth-update-initrd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/plymouth/plymouth-update-initrd.patch')
-rw-r--r--pcr/plymouth/plymouth-update-initrd.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/plymouth/plymouth-update-initrd.patch b/pcr/plymouth/plymouth-update-initrd.patch
new file mode 100644
index 000000000..47d88a60d
--- /dev/null
+++ b/pcr/plymouth/plymouth-update-initrd.patch
@@ -0,0 +1,9 @@
+diff -aur plymouth-0.9.0.src/scripts/plymouth-update-initrd plymouth-0.9.0.patch/scripts/plymouth-update-initrd
+--- plymouth-0.9.0.src/scripts/plymouth-update-initrd 2014-01-16 08:14:47.000000000 +1100
++++ plymouth-0.9.0.patch/scripts/plymouth-update-initrd 2014-05-21 19:04:16.802594001 +1000
+@@ -1,2 +1,4 @@
+ #!/bin/bash
+-dracut -f
++find /etc/mkinitcpio.d/ -name \*.preset -a \! -name example.preset | while read p; do
++ mkinitcpio -p $p
++done