mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -1,8 +1,8 @@
|
|||||||
packer {
|
packer {
|
||||||
required_plugins {
|
required_plugins {
|
||||||
ansible = {
|
ansible = {
|
||||||
version = ">= 1.1.0"
|
version = ">= 1.0.0"
|
||||||
source = "github.com/hashicorp/ansible"
|
source = "github.com/cdecoux/packer-plugin-builder-arm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -27,7 +27,6 @@ source "arm" "rpi-pwnagotchi" {
|
|||||||
image_build_method = "resize"
|
image_build_method = "resize"
|
||||||
image_size = "9G"
|
image_size = "9G"
|
||||||
image_type = "dos"
|
image_type = "dos"
|
||||||
qemu_args = ["uname -r", "6.1.21-v8+"]
|
|
||||||
image_partitions {
|
image_partitions {
|
||||||
name = "boot"
|
name = "boot"
|
||||||
type = "c"
|
type = "c"
|
||||||
|
Reference in New Issue
Block a user