From 300986f129ac76cb20fbb2ce69e3f8fcbe68640f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sat, 21 Nov 2020 10:21:38 +0100 Subject: [PATCH] Increase OVA disk image default size to 32GB (#1009) The current default size of 6GB can fill up pretty quickly. Since most disk images we offer resize dynamically its not really problem to ship with a bigger default size. It avoids support cases when people forget to increase the disk image size. --- buildroot-external/board/intel/ova/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/board/intel/ova/meta b/buildroot-external/board/intel/ova/meta index 169e2e3a1..ed5c962a5 100644 --- a/buildroot-external/board/intel/ova/meta +++ b/buildroot-external/board/intel/ova/meta @@ -5,6 +5,6 @@ BOOTLOADER=barebox KERNEL_FILE=bzImage BOOT_SYS=efi BOOT_SPL=false -DISK_SIZE=6 +DISK_SIZE=32 SUPERVISOR_MACHINE=qemux86-64 SUPERVISOR_ARCH=amd64