From 69a6fbeb3185f2dd305acf436671f0bb42c82ee0 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 11 Aug 2026 07:45:24 -0600 Subject: [PATCH] Fix up dracut-virt.conf for new dracut --- dracut-virt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-virt.conf b/dracut-virt.conf index 08bc92c6c..9bb1918bd 100644 --- a/dracut-virt.conf +++ b/dracut-virt.conf @@ -14,7 +14,7 @@ omit_dracutmodules+=" drm simpledrm " dracutmodules+=" dm lvm rootfs-block fs-lib " # modules: tpm and crypto -dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase " +dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrextend " # dracut >= 102 separated systemd-cryptsetup into its own module CSMODULE=`dracut --list-modules --no-kernel | grep '^systemd-cryptsetup$'`