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$'`