Skip to content

Commit ac98f65

Browse files
committed
guestfs: export kconfig yaml missing variables
Export to YAML the following kconfig variables as required by custom-image task in the base_image role: * GUESTFS_CUSTOM_RAW_IMAGE_SHA512SUMS_URL * GUESTFS_CUSTOM_RAW_IMAGE_URL * GUESTFS_HAS_CUSTOM_RAW_IMAGE * GUESTFS_HAS_CUSTOM_RAW_IMAGE_ROLLING * GUESTFS_HAS_CUSTOM_RAW_IMAGE_SHA512SUMS * GUESTFS_HAS_CUSTOM_RAW_IMAGE_URL Fixes: ad8cf5b ("Add a base-image role") Signed-off-by: Daniel Gomez <[email protected]>
1 parent 8219dcc commit ac98f65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kconfigs/Kconfig.guestfs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ config GUESTFS_BASE_IMAGE_DIR
1212

1313
config GUESTFS_HAS_CUSTOM_RAW_IMAGE
1414
bool
15+
output yaml
1516

1617
config GUESTFS_HAS_CUSTOM_RAW_IMAGE_URL
1718
bool
19+
output yaml
1820

1921
config GUESTFS_REQUIRES_UEFI
2022
bool
@@ -27,20 +29,24 @@ config GUESTFS_CUSTOM_RAW_IMAGE_URL
2729
depends on GUESTFS_HAS_CUSTOM_RAW_IMAGE
2830
depends on GUESTFS_HAS_CUSTOM_RAW_IMAGE_URL
2931
string
32+
output yaml
3033
default "https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-generic-amd64-daily.raw" if GUESTFS_DEBIAN_TRIXIE_GENERIC_AMD64
3134
default "https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-genericcloud-amd64-daily.raw" if GUESTFS_DEBIAN_TRIXIE_GENERIC_CLOUD_AMD64
3235
default "https://cloud.debian.org/images/cloud/trixie/daily/latest/debian-13-nocloud-amd64-daily.raw" if GUESTFS_DEBIAN_TRIXIE_NOCLOUD_AMD64
3336

3437
config GUESTFS_HAS_CUSTOM_RAW_IMAGE_SHA512SUMS
3538
bool
39+
output yaml
3640

3741
config GUESTFS_CUSTOM_RAW_IMAGE_SHA512SUMS_URL
3842
string
3943
depends on GUESTFS_HAS_CUSTOM_RAW_IMAGE_SHA512SUMS
44+
output yaml
4045
default "https://cloud.debian.org/images/cloud/trixie/daily/latest/SHA512SUMS" if GUESTFS_DEBIAN_TRIXIE
4146

4247
config GUESTFS_HAS_CUSTOM_RAW_IMAGE_ROLLING
4348
bool
49+
output yaml
4450

4551
config GUESTFS_HAS_DISTRO_SOURCE_COPY_CAPABILITIES
4652
bool

0 commit comments

Comments
 (0)