From 9d53369bb0d2ea5e8102f5ea8d8fe004cb91c73f Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 30 Oct 2023 00:08:42 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 320e3cc0..5b86648c 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -19,7 +19,7 @@ variable "pwn_version" { type = string } -source "rpi-pwnagotchi" { +source "arm-image" "rpi-pwnagotchi" { iso_checksum = "file:https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz.sha256" iso_url = "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz" output_filename = "../../../pwnagotchi-raspios-bullseye-${var.pwn_version}-arm64.img" @@ -28,7 +28,7 @@ source "rpi-pwnagotchi" { qemu_args = ["-r", "6.1.21-v8+"] image_type = "raspberrypi" } -source "opi-pwnagotchi" { +source "armi-image" "opi-pwnagotchi" { iso_checksum = "5d04108012535f9158c414df65ae011f76fced8b49b58edef330d06650326683" iso_url = "https://drive.usercontent.google.com/download?id=13w2L3aJo5kBrJ0obTnYlQsqFWzfEV-F7&export=download&authuser=0&confirm=t&uuid=577e6671-3b0a-4a29-8172-6ee16bbd7247&at=APZUnTVwVS-jUEVayHulBfPkzWkp:1698620550044" output_filename = "../../../pwnagotchi-orangepi-jammy-${var.pwn_version}-arm64.img" @@ -44,8 +44,8 @@ source "opi-pwnagotchi" { build { name = "Pwnagotchi Torch 64bit" sources = [ - "source.rpi-pwnagotchi", - "source.opi-pwnagotchi", + "source.arm-image.rpi-pwnagotchi", + "source.arm-image.opi-pwnagotchi", ] provisioner "file" {