mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-25 23:41:06 +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.
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 onmacOS
withouthvf
(timing issue).