Add bootstrap scripts

This commit is contained in:
0x1d
2025-04-21 17:31:12 +02:00
parent 34495a389b
commit b9cdb9fa15
6 changed files with 44 additions and 13 deletions

11
ctl.sh
View File

@@ -5,10 +5,13 @@ function info {
}
function build {
docker run --rm --privileged \
-v /dev:/dev \
-v ${PWD}:/build mkaczanowski/packer-builder-arm:latest \
build packer/raspios.pkr.hcl
function image {
docker run --rm --privileged \
-v /dev:/dev \
-v ${PWD}:/build mkaczanowski/packer-builder-arm:latest \
build packer/raspios.pkr.hcl
}
${@:-info}
}
${@:-info}