Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-29 23:57:51 +01:00
parent cf738fea90
commit 7de29438c4

View File

@ -34,7 +34,6 @@ source "arm-image" "opi-pwnagotchi" {
qemu_binary = "qemu-aarch64-static" qemu_binary = "qemu-aarch64-static"
target_image_size = 9368709120 target_image_size = 9368709120
qemu_args = ["-r", "6.1.31-sun50iw9"] qemu_args = ["-r", "6.1.31-sun50iw9"]
image_mounts = ["/boot","/"]
} }
# a build block invokes sources and runs provisioning steps on them. The # a build block invokes sources and runs provisioning steps on them. The