summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth-update-initrd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/plymouth/plymouth-update-initrd.patch')
-rw-r--r--abs/core/plymouth/plymouth-update-initrd.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/abs/core/plymouth/plymouth-update-initrd.patch b/abs/core/plymouth/plymouth-update-initrd.patch
deleted file mode 100644
index 648c874..0000000
--- a/abs/core/plymouth/plymouth-update-initrd.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- scripts/plymouth-update-initrd.old
-+++ scripts/plymouth-update-initrd
-@@ -1,2 +1,4 @@
- #!/bin/bash
--mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r)
-+find /etc/mkinitcpio.d/ -name \*.preset -a \! -name example.preset | while read p; do
-+ mkinitcpio -p $p
-+done