diff options
Diffstat (limited to 'abs/core/plymouth/plymouth-update-initrd.patch')
-rw-r--r-- | abs/core/plymouth/plymouth-update-initrd.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/plymouth/plymouth-update-initrd.patch b/abs/core/plymouth/plymouth-update-initrd.patch new file mode 100644 index 0000000..648c874 --- /dev/null +++ b/abs/core/plymouth/plymouth-update-initrd.patch @@ -0,0 +1,8 @@ +--- 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 |