mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
.. | ||
files | ||
.gitignore | ||
alpine.json | ||
macos.json | ||
README.md |
Packer for Alpine (Virt) GNS3 appliance
This is the bare version of Alpine Linux
installed from iso, no extra package added. From v3.18.4
, the image file goes from 100MB to 200MB, and is using qcow2
format to allow compression.
Build in 1m14s 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 onmacOS
withouthvf
(timing issue).
See: