From 73fca28298b52d5ff13e426183a517f360db1e77 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Jul 2024 20:46:05 -0400 Subject: [PATCH] initramfs-full: Add fips Part of enabling FIPS support by default. See also https://gitlab.com/fedora/bootc/examples/-/merge_requests/49 --- tier-1/initramfs-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tier-1/initramfs-full.yaml b/tier-1/initramfs-full.yaml index d5547ef..29e91ee 100644 --- a/tier-1/initramfs-full.yaml +++ b/tier-1/initramfs-full.yaml @@ -4,5 +4,5 @@ postprocess: #!/usr/bin/env bash mkdir -p /usr/lib/dracut/dracut.conf.d cat > /usr/lib/dracut/dracut.conf.d/30-bootc-tier-1.conf << 'EOF' - dracutmodules+=" lvm crypt " + dracutmodules+=" lvm crypt fips " EOF