]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
scripts: plymouth-update-initrd should call dracut -f with no args
authorRay Strode <rstrode@redhat.com>
Fri, 10 Jan 2014 20:55:20 +0000 (15:55 -0500)
committerRay Strode <rstrode@redhat.com>
Fri, 10 Jan 2014 20:55:20 +0000 (15:55 -0500)
dracut -f does the right thing on it's own, so we shouldn't try
to overspecify it

scripts/plymouth-update-initrd

index 9ac0bfce47c662e4ae8d0649679fff06be271419..4ed570991d17743dca9d84a8587280c59332cc1a 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
+dracut -f