gns3-registry/packer/alpine-linux-virt
2022-10-01 04:18:26 +02:00
..
files Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
.gitignore Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
alpine.json Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
macos.json Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
README.md Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00

Packer for Alpine (Virt) GNS3 appliance

This is the bare version of Alpine Linux installed from iso, no extra package added.

Build in 1m12s on macOS Monterey.

Linux (untested)

packer build alpine.json

Uses tcg QEMU accelerator.

macOS (tested)

packer build -var-file macos.json alpine.json

Uses hvf QEMU accelerator. Actually much much faster than the default one, packer will fail on macOS without hvf (timing issue).