diff --git a/tier-0/initramfs.yaml b/tier-0/initramfs.yaml index dc7bf5c..395aa59 100644 --- a/tier-0/initramfs.yaml +++ b/tier-0/initramfs.yaml @@ -11,4 +11,6 @@ postprocess: # We want this for systemd-cryptsetup tpm2 locking dracutmodules+=" tpm2-tss " EOF - \ No newline at end of file + cat > /usr/lib/dracut/dracut.conf.d/01-sagano-base.conf << 'EOF' + dracutmodules+=" systemd-initrd base " + EOF