From 9dae26959c209e859398fb71045b923d9777ee54 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Sep 2023 19:59:57 -0400 Subject: [PATCH] initramfs: Also add kernel-modules Not sure why these basic things are being dropped. --- tier-0/initramfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tier-0/initramfs.yaml b/tier-0/initramfs.yaml index 395aa59..d76799e 100644 --- a/tier-0/initramfs.yaml +++ b/tier-0/initramfs.yaml @@ -12,5 +12,5 @@ postprocess: dracutmodules+=" tpm2-tss " EOF cat > /usr/lib/dracut/dracut.conf.d/01-sagano-base.conf << 'EOF' - dracutmodules+=" systemd-initrd base " + dracutmodules+=" kernel-modules dracut-systemd systemd-initrd base " EOF