summaryrefslogtreecommitdiff
path: root/pcr-testing/plymouth/plymouth-update-initrd.patch
diff options
context:
space:
mode:
authorFreemor <freemor@freemor.ca>2018-11-23 17:15:39 -0400
committerFreemor <freemor@freemor.ca>2018-11-23 17:15:39 -0400
commitff368b7f4dd180b8f9fa04fd1cb32726de98a0fd (patch)
treec1f38e5b183f1c6d9818b49bf646f66e5aa0eb01 /pcr-testing/plymouth/plymouth-update-initrd.patch
parentc0f527d18c9ef4d30bac6a91189284362ce5026c (diff)
downloadabslibre-ff368b7f4dd180b8f9fa04fd1cb32726de98a0fd.tar.gz
abslibre-ff368b7f4dd180b8f9fa04fd1cb32726de98a0fd.tar.bz2
abslibre-ff368b7f4dd180b8f9fa04fd1cb32726de98a0fd.zip
Updated [plymouth] to address #2067
- Added parabola-logo.png - Updated referrences to arch-logo.png to parabola-logo.png - v0.9.3 -> 0.9.4 - removed a patch that seemed not to be necessary any more.
Diffstat (limited to 'pcr-testing/plymouth/plymouth-update-initrd.patch')
-rw-r--r--pcr-testing/plymouth/plymouth-update-initrd.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr-testing/plymouth/plymouth-update-initrd.patch b/pcr-testing/plymouth/plymouth-update-initrd.patch
new file mode 100644
index 000000000..47d88a60d
--- /dev/null
+++ b/pcr-testing/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