]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - 50-dracut.install
dracut.install: call dracut with --force
[thirdparty/dracut.git] / 50-dracut.install
index 64e3549f2992890b81720bd4f0142c9c3a723a02..bbb73442b7e12ee4c82fc14616541a001d4d7503 100755 (executable)
@@ -49,7 +49,7 @@ case "$COMMAND" in
                 break
             fi
         done
-       dracut ${noimageifnotneeded:+--noimageifnotneeded} "$BOOT_DIR_ABS/$INITRD" "$KERNEL_VERSION"
+       dracut -f ${noimageifnotneeded:+--noimageifnotneeded} "$BOOT_DIR_ABS/$INITRD" "$KERNEL_VERSION"
         ret=$?
        ;;
     remove)