From 6a19fc44a97e2be013f8a3eb220be36d3b8219af Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Sep 2023 18:18:40 -0400 Subject: [PATCH] initramfs: Enable more dracut modules These get pulled in by something else it seems in larger images... --- tier-0/initramfs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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