diff mbox series

build: Config-images: build ISO, VMDK and VDI for x86

Message ID 20210903184753.534130-1-mail@aparcar.org
State Under Review
Delegated to: Paul Spooren
Headers show
Series build: Config-images: build ISO, VMDK and VDI for x86 | expand

Commit Message

Paul Spooren Sept. 3, 2021, 6:47 p.m. UTC
These images are of interested for some cloud/VM people, build them by
default when running the buildbot.

Signed-off-by: Paul Spooren <mail@aparcar.org>
---
 config/Config-images.in | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/config/Config-images.in b/config/Config-images.in
index 92720fb84d..ea50d7d399 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -259,18 +259,21 @@  menu "Target Images"
 		bool "Build LiveCD image (ISO)"
 		depends on TARGET_x86
 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES
+		default BUILDBOT
 
 	config VDI_IMAGES
 		bool "Build VirtualBox image files (VDI)"
 		depends on TARGET_x86
 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES
 		select PACKAGE_kmod-e1000
+		default BUILDBOT
 
 	config VMDK_IMAGES
 		bool "Build VMware image files (VMDK)"
 		depends on TARGET_x86
 		depends on GRUB_IMAGES || GRUB_EFI_IMAGES
 		select PACKAGE_kmod-e1000
+		default BUILDBOT
 
 	config TARGET_IMAGES_GZIP
 		bool "GZip images"