Merge branch 'initramfs-fixes' into 'main'

initramfs: Enable more dracut modules

See merge request CentOS/cloud/sagano!24
This commit is contained in:
Colin Walters 2023-09-21 22:25:15 +00:00
commit f0344db026
1 changed files with 3 additions and 1 deletions

View File

@ -11,4 +11,6 @@ postprocess:
# We want this for systemd-cryptsetup tpm2 locking # We want this for systemd-cryptsetup tpm2 locking
dracutmodules+=" tpm2-tss " dracutmodules+=" tpm2-tss "
EOF EOF
cat > /usr/lib/dracut/dracut.conf.d/01-sagano-base.conf << 'EOF'
dracutmodules+=" systemd-initrd base "
EOF