From: Ray Strode Date: Fri, 10 Jan 2014 20:55:20 +0000 (-0500) Subject: scripts: plymouth-update-initrd should call dracut -f with no args X-Git-Tag: 0.9.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293e37ed938e0583676619ef5a1f092a2d758b1c;p=thirdparty%2Fplymouth.git scripts: plymouth-update-initrd should call dracut -f with no args dracut -f does the right thing on it's own, so we shouldn't try to overspecify it --- diff --git a/scripts/plymouth-update-initrd b/scripts/plymouth-update-initrd index 9ac0bfce..4ed57099 100755 --- a/scripts/plymouth-update-initrd +++ b/scripts/plymouth-update-initrd @@ -1,2 +1,2 @@ #!/bin/bash -dracut -f /boot/initramfs-$(uname -r).img $(uname -r) +dracut -f