From 57d3c1ada825598245712acb387bcc840b90ccc9 Mon Sep 17 00:00:00 2001 From: Alan Baghumian Date: Tue, 14 Nov 2023 12:20:27 -0800 Subject: [PATCH] Ubuntu: PR 20231109a (#160) Increase the base disk size from 4G to 6G preventing builds to fail. --- ubuntu/ubuntu-cloudimg.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/ubuntu-cloudimg.pkr.hcl b/ubuntu/ubuntu-cloudimg.pkr.hcl index 23f26627..d7d532cb 100644 --- a/ubuntu/ubuntu-cloudimg.pkr.hcl +++ b/ubuntu/ubuntu-cloudimg.pkr.hcl @@ -31,7 +31,7 @@ source "qemu" "cloudimg" { boot_wait = "2s" cpus = 2 disk_image = true - disk_size = "4G" + disk_size = "6G" format = "qcow2" headless = var.headless http_directory = var.http_directory