[PATCH v2 12/15] defconfigs: add fedora-41 fragment for guestfs

Daniel Gomez <[email protected]> Wed, 29 Oct 2025 13:40:54 +0100
Newsgroups dev.linux.lists.kdevops
Message-ID <[email protected]>
From: Daniel Gomez <[email protected]>

Add configuration fragment for selecting Fedora 41 as the guest OS. This
allows overriding defconfig guest OS choices via merge_config.sh and
enables CI workflows to test Fedora-specific configurations.

Signed-off-by: Daniel Gomez <[email protected]>
---
 defconfigs/configs/guestfs-fedora-41.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/defconfigs/configs/guestfs-fedora-41.config b/defconfigs/configs/guestfs-fedora-41.config
new file mode 100644
index 00000000..bfbd4cf8
--- /dev/null
+++ b/defconfigs/configs/guestfs-fedora-41.config
@@ -0,0 +1,2 @@
+CONFIG_GUESTFS_FEDORA=y
+CONFIG_VIRT_BUILDER_OS_VERSION="fedora-41"

-- 
2.51.0