[PATCH v2 03/15] guestfs: remove unused bringup debug Kconfig options
Daniel Gomez <[email protected]> Wed, 29 Oct 2025 13:40:45 +0100
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Daniel Gomez <[email protected]> Remove GUESTFS_BRINGUP_DEBUG_* configuration options as they reference scripts/guestfs_bringup.sh which no longer exists after the migration to Ansible-based bringup in the guestfs role. Signed-off-by: Daniel Gomez <[email protected]> --- kconfigs/Kconfig.guestfs | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/kconfigs/Kconfig.guestfs b/kconfigs/Kconfig.guestfs index 451c3d38..63262a8c 100644 --- a/kconfigs/Kconfig.guestfs +++ b/kconfigs/Kconfig.guestfs @@ -232,25 +232,4 @@ config VIRT_BUILDER_OS_VERSION to get a list of operating systems and versions supported by guestfs. -choice - prompt "Guestfs bringup debug mode" - default GUESTFS_BRINGUP_DEBUG_DISABLED - -config GUESTFS_BRINGUP_DEBUG_DISABLED - bool "Disabled" - help - Disables bringup debug. - -config GUESTFS_BRINGUP_DEBUG_0 - bool "set -x" - help - Enables 'set -x' when running scripts/guestfs_bringup.sh. - -config GUESTFS_BRINGUP_DEBUG_1 - bool "set -euxo pipefile" - help - Enables 'set -euxo pipefile' when running scripts/guestfs_bringup.sh. - -endchoice - endif # GUESTFS -- 2.51.0