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.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/plymouth/plymouth-update-initrd.patch b/abs/core/plymouth/plymouth-update-initrd.patch
index 648c874..c307199 100644
--- a/abs/core/plymouth/plymouth-update-initrd.patch
+++ b/abs/core/plymouth/plymouth-update-initrd.patch
@@ -1,8 +1,8 @@
---- scripts/plymouth-update-initrd.old
-+++ scripts/plymouth-update-initrd
+--- scripts/plymouth-update-initrd.old 2013-10-27 17:02:15.200368142 +0900
++++ scripts/plymouth-update-initrd 2013-10-27 17:02:57.686768138 +0900
@@ -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
+#!/bin/bash
+-dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
++find /etc/mkinitcpio.d/ -name \*.preset -a \! -name example.preset | while read p; do
++ mkinitcpio -p $p
+done