initramfs: Enable more dracut modules

These get pulled in by something else it seems in larger
images...
This commit is contained in:
Colin Walters 2023-09-21 18:18:40 -04:00
parent d6c5c14f38
commit 6a19fc44a9
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