From b943729fb2ddae96565c91735477f7bcd2035099 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 12 Dec 2023 12:33:37 -0500 Subject: [PATCH] initramfs: Also enable ostree module rpm-ostree does this, but let's do it here too for extra reliability. --- 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 a0d7022..abd2c70 100644 --- a/tier-0/initramfs.yaml +++ b/tier-0/initramfs.yaml @@ -6,7 +6,7 @@ postprocess: cat > /usr/lib/dracut/dracut.conf.d/20-bootc-base.conf << 'EOF' # We want a generic image; hostonly makes no sense as part of a server side build hostonly=no - dracutmodules+=" kernel-modules dracut-systemd systemd-initrd base " + dracutmodules+=" kernel-modules dracut-systemd systemd-initrd base ostree " EOF cat > /usr/lib/dracut/dracut.conf.d/49-bootc-tpm2-tss.conf << 'EOF' # We want this for systemd-cryptsetup tpm2 locking