From 4f63af63a864b83939cff4c5f2c96f002c3ad696 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Wed, 31 Jul 2024 00:33:52 +0200 Subject: [PATCH] Update build Signed-off-by: jayofelony --- builder/combined.json.pkr.hcl | 2 ++ builder/raspberrypi64.json.pkr.hcl | 1 + 2 files changed, 3 insertions(+) diff --git a/builder/combined.json.pkr.hcl b/builder/combined.json.pkr.hcl index 119ef4c6..156ac196 100644 --- a/builder/combined.json.pkr.hcl +++ b/builder/combined.json.pkr.hcl @@ -26,6 +26,7 @@ source "arm-image" "rpi64-pwnagotchi" { output_filename = "../../../pwnagotchi-64bit.img" qemu_binary = "qemu-aarch64-static" target_image_size = 19969908736 + image_mounts = ["/boot/firmware","/"] } source "arm-image" "rpi32-pwnagotchi" { @@ -37,6 +38,7 @@ source "arm-image" "rpi32-pwnagotchi" { qemu_args = ["-cpu", "arm1176"] image_arch = "arm" target_image_size = 19969908736 + image_mounts = ["/boot/firmware","/"] } # a build block invokes sources and runs provisioning steps on them. The diff --git a/builder/raspberrypi64.json.pkr.hcl b/builder/raspberrypi64.json.pkr.hcl index dea21576..8493f4a4 100644 --- a/builder/raspberrypi64.json.pkr.hcl +++ b/builder/raspberrypi64.json.pkr.hcl @@ -26,6 +26,7 @@ source "arm-image" "rpi64-pwnagotchi" { output_filename = "../../../pwnagotchi-64bit.img" qemu_binary = "qemu-aarch64-static" target_image_size = 19969908736 + image_mounts = ["/boot/firmware","/"] } # a build block invokes sources and runs provisioning steps on them. The