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
calculate-0.9.5
Ray Strode 10 years ago
parent 84c1514582
commit 293e37ed93

@ -1,2 +1,2 @@
#!/bin/bash
dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
dracut -f

Loading…
Cancel
Save