diff --git a/builder/combined.json.pkr.hcl b/builder/combined.json.pkr.hcl index ef345aa0..e05573ae 100644 --- a/builder/combined.json.pkr.hcl +++ b/builder/combined.json.pkr.hcl @@ -33,7 +33,6 @@ source "arm-image" "rpi32-pwnagotchi" { qemu_binary = "qemu-arm-static" qemu_args = ["-cpu", "arm1176"] image_arch = "arm" - image_mounts = ["/boot/firmware","/"] target_image_size = 9969908736 } diff --git a/builder/raspberrypi32.json.pkr.hcl b/builder/raspberrypi32.json.pkr.hcl index cacd8b88..96efed4c 100644 --- a/builder/raspberrypi32.json.pkr.hcl +++ b/builder/raspberrypi32.json.pkr.hcl @@ -27,7 +27,6 @@ source "arm-image" "rpi32-pwnagotchi" { qemu_binary = "qemu-arm-static" qemu_args = ["-cpu", "arm1176"] image_arch = "arm" - image_mounts = ["/boot/firmware","/"] target_image_size = 9969908736 }