]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - 51-dracut-rescue.install
dracut.install: call dracut with --force
[thirdparty/dracut.git] / 51-dracut-rescue.install
index 6ddafdb61408d8e0b580ce961eef5e00228dab55..ef8afac18899c21faf465b562a0f2981b30d8241 100755 (executable)
@@ -98,7 +98,7 @@ case "$COMMAND" in
         fi
 
         if [[ ! -f "$BOOT_DIR_ABS/$INITRD" ]]; then
-            dracut --no-hostonly -a "rescue" "$BOOT_DIR_ABS/$INITRD" "$KERNEL_VERSION"
+            dracut -f --no-hostonly -a "rescue" "$BOOT_DIR_ABS/$INITRD" "$KERNEL_VERSION"
             ((ret+=$?))
         fi