From 0638832532ee3a2832549b7813df5325363d3ccd Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 5 Feb 2024 13:42:59 -0500 Subject: [PATCH] Update mountpoint for boot partition --- builder/pwnagotchi.json.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index e707724d..dfc1ba8e 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -39,7 +39,7 @@ source "arm" "rpi64-pwnagotchi" { start_sector = "8192" filesystem = "fat" size = "256M" - mountpoint = "/boot" + mountpoint = "/boot/firmware" } image_partitions { name = "root"