gns3-registry/packer/alpine-linux-virt
2022-10-03 22:07:44 +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 Update download link for Alpine Virt appliance 2022-10-03 22:07:44 +02:00
macos.json Alpine Linux (Virt) packer script 2022-10-01 04:18:26 +02:00
README.md Update download link for Alpine Virt appliance 2022-10-03 22:07:44 +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 (tested)

packer build alpine.json

Uses kvm QEMU accelerator.

macOS (tested)

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

Uses hvf QEMU accelerator. Packer will fail on macOS without hvf (timing issue).