[PATCH v2 13/15] defconfigs: add debian-13 fragment for guestfs
Daniel Gomez <[email protected]> Wed, 29 Oct 2025 13:40:55 +0100
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Daniel Gomez <[email protected]> Add configuration fragment for selecting Debian 13 (Trixie) as the guest OS. This allows overriding defconfig guest OS choices via merge_config.sh and enables CI workflows to test Debian-specific configurations. Signed-off-by: Daniel Gomez <[email protected]> --- defconfigs/configs/guestfs-debian-13.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defconfigs/configs/guestfs-debian-13.config b/defconfigs/configs/guestfs-debian-13.config new file mode 100644 index 00000000..b638304a --- /dev/null +++ b/defconfigs/configs/guestfs-debian-13.config @@ -0,0 +1,2 @@ +CONFIG_GUESTFS_DEBIAN=y +CONFIG_GUESTFS_DEBIAN_TRIXIE=y -- 2.51.0