From 7962f2abbb2ef5c382799b7a590fcfa86457467d Mon Sep 17 00:00:00 2001 From: Nowa Ammerlaan Date: Tue, 21 Jan 2025 14:37:11 +0100 Subject: [PATCH] 50-dracut.install: drop --force to allign with systemd version --- hooks/50-dracut.install | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/50-dracut.install b/hooks/50-dracut.install index f3e45dc..93c78ac 100644 --- a/hooks/50-dracut.install +++ b/hooks/50-dracut.install @@ -43,7 +43,6 @@ main() { [[ ${EUID} -eq 0 ]] || die "Please run this script as root" initramfs_gen_args=( - --force --verbose # if uefi=yes is used, dracut needs to locate the kernel image --kernel-image "${img}"