From 069b8515e50eb6e2b1e3a0c412cfaa019a72ce34 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 09:19:24 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 6006e35e..6d4d5402 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -19,22 +19,20 @@ source "arm" "rpi-pwnagotchi" { file_checksum_url = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz.sha256" file_url = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz" file_checksum_type = "sha256" - img_path = "../../../pwnagotchi-raspios-bullseye-${var.pwn_version}-arm64.img" + 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_size = "9G" - qemu_args = ["-r", "6.1.21-v8+"] image_type = "dos" } source "arm" "opi-pwnagotchi" { iso_checksum = "../../images/pwnagotchi-orangepi-raspios.img.xz.sha256" iso_url = "../../images/pwnagotchi-orangepi-raspios.img.xz" file_checksum_type = "sha256" - img_path = "../../../pwnagotchi-orangepi-bullseye-${var.pwn_version}-arm64.img" + 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" - qemu_args = ["-r", "6.1.31-sun50iw9"] image_size = "9G" image_type = "dos" image_partitions {