From 83ba3346ade9fc2fcad0bf09f9011119eb127307 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 17 Mar 2026 11:48:33 -0400 Subject: [PATCH] initramfs: Also enable bootc This is needed for composefs. Signed-off-by: Colin Walters --- minimal/initramfs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal/initramfs.yaml b/minimal/initramfs.yaml index fc1fdc2..0256d9c 100644 --- a/minimal/initramfs.yaml +++ b/minimal/initramfs.yaml @@ -10,7 +10,7 @@ postprocess: # Dracut will always fail to set security.selinux xattrs at build time # https://github.com/dracut-ng/dracut-ng/issues/1561 export DRACUT_NO_XATTR=1 - add_dracutmodules+=" kernel-modules dracut-systemd systemd-initrd base ostree " + add_dracutmodules+=" kernel-modules dracut-systemd systemd-initrd base ostree bootc " EOF cat > /usr/lib/dracut/dracut.conf.d/22-bootc-generic.conf << 'EOF' # Extra modules that we want by default that are known to exist in the kernel