From 89d4981a2f9c3b561460d4a442457af10445dae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Ram=C3=ADrez?= Date: Tue, 11 Mar 2025 12:51:47 +0100 Subject: [PATCH] B #-: Increases oneke ubuntu packed image size to 3G MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleix Ramírez --- packer/ubuntu/ubuntu.pkr.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packer/ubuntu/ubuntu.pkr.hcl b/packer/ubuntu/ubuntu.pkr.hcl index 6ab9843f..b5a5eace 100644 --- a/packer/ubuntu/ubuntu.pkr.hcl +++ b/packer/ubuntu/ubuntu.pkr.hcl @@ -34,7 +34,8 @@ source "qemu" "ubuntu" { net_device = "virtio-net" format = "qcow2" disk_compression = false - skip_resize_disk = true + disk_size = 3072 + skip_resize_disk = false output_directory = var.output_dir