Configuration for creating my Raspberry Pi images using HashiCorp Packer.
Prerequisites:
- packer version
1.8.5
or later
- Run
sudo make init
to initialize the environment. - Run
sudo make build
to build the image.
The packer-plugin-arm-image
used to create the images requires root
access, so all init
and build
commands need to be prefixed with sudo
.