mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
.. | ||
files | ||
scripts | ||
.gitignore | ||
alpine.json | ||
frr.json | ||
gui.json | ||
README.rst |
Packer for Alpine GNS3 appliance
For building an Alpine appliance.
Alpine CLI installation
The only added packages are:
- busybox-extras
- nano
packer build alpine.json
FRR
A build of Alpine with FRRouting preinstalled.
packer build -var-file=frr.json alpine.json
Alpine GUI installation
The GUI version has XFCE4 installed.
packer build -var-file=gui.json alpine.json