From 03e11acd92714240ecd906d988bd441e007e5763 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 10:19:33 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 0d473a22..fdf7e930 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -24,7 +24,7 @@ source "arm" "rpi-pwnagotchi" { image_path = "../../../pwnagotchi-raspios-bullseye-${var.pwn_version}-arm64.img" qemu_binary_source_path = "/usr/bin/qemu-aarch64-static" qemu_binary_destination_path = "/usr/bin/qemu-aarch64-static" - image_build_method = "reuse" + image_build_method = "resize" image_size = "9G" image_type = "dos" image_partitions { @@ -53,7 +53,7 @@ source "arm" "opi-pwnagotchi" { image_path = "../../../pwnagotchi-orangepi-bullseye-${var.pwn_version}-arm64.img" qemu_binary_source_path = "/usr/bin/qemu-aarch64-static" qemu_binary_destination_path = "/usr/bin/qemu-aarch64-static" - image_build_method = "reuse" + image_build_method = "resize" image_size = "9G" image_type = "dos" image_partitions {