mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-14 16:59:46 +00:00
50 lines
707 B
ReStructuredText
50 lines
707 B
ReStructuredText
Packer for Alpine GNS3 appliance
|
|
================================
|
|
|
|
For building an Alpine appliance.
|
|
|
|
https://alpinelinux.org/
|
|
|
|
Alpine CLI installation
|
|
***********************
|
|
|
|
The only added packages are:
|
|
|
|
* busybox-extras
|
|
* nano
|
|
|
|
.. code:: bash
|
|
|
|
packer build alpine.json
|
|
|
|
|
|
FRR
|
|
''''
|
|
|
|
A build of Alpine with FRRouting preinstalled.
|
|
|
|
.. code:: bash
|
|
|
|
packer build -var-file=frr.json alpine.json
|
|
|
|
|
|
Alpine GUI installation
|
|
***********************
|
|
|
|
The GUI version has XFCE4 installed.
|
|
|
|
.. code:: bash
|
|
|
|
packer build -var-file=gui.json alpine.json
|
|
|
|
|
|
Ostinato
|
|
'''''''''
|
|
|
|
A build of Alpine with Ostinato GUI and drone preinstalled.
|
|
|
|
.. code:: bash
|
|
|
|
packer build -var-file=ostinato.json alpine.json
|
|
|