Skip to content

Commit b55b04d

Browse files
dracut.install: add --force to both scripts
Signed-off-by: Nowa Ammerlaan <[email protected]>
1 parent 1aede49 commit b55b04d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/systemd/52-dracut.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ fi
2828
INITRAMFS_GEN_ARGS=(
2929
# if uefi=yes is used, dracut needs to locate the kernel image
3030
--kernel-image "${KERNEL_IMAGE}"
31+
--force
3132
)
3233

3334
[[ ${KERNEL_INSTALL_VERBOSE} == 1 ]] && INITRAMFS_GEN_ARGS+=( --verbose )

0 commit comments

Comments
 (0)