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

50 lines
817 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/
Packer Version Dependency
*************************
Packer versions 1.6.0 or later do not accept templates
that use the ``iso_checksum_type`` attribute.
To use these newer versions, you must delete the line
containing ``iso_checksum_type`` from alpine.json.
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