gns3-registry/packer/alpine-linux/README.rst

41 lines
556 B
ReStructuredText
Raw Normal View History

2020-08-03 10:27:15 +00:00
Packer for Alpine GNS3 appliance
================================
For building an Alpine appliance.
https://alpinelinux.org/
2020-08-06 09:57:05 +00:00
Alpine CLI installation
***********************
2020-08-03 10:27:15 +00:00
The only added packages are:
2020-08-06 09:57:05 +00:00
2020-08-03 10:27:15 +00:00
* busybox-extras
* nano
.. code:: bash
packer build alpine.json
2020-08-03 10:27:15 +00:00
2020-08-06 09:57:05 +00:00
FRR
''''
A build of Alpine with FRRouting preinstalled.
.. code:: bash
packer build -var-file=frr.json alpine.json
2020-08-06 09:57:05 +00:00
Alpine GUI installation
***********************
2020-08-03 10:27:15 +00:00
The GUI version has XFCE4 installed.
.. code:: bash
packer build -var-file=gui.json alpine.json
2020-08-03 10:27:15 +00:00