Fix up dracut-virt.conf for new dracut

This commit is contained in:
Justin M. Forbes 2026-08-11 07:45:24 -06:00
commit 69a6fbeb31
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140

View file

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