2020-08-03 10:27:15 +00:00
|
|
|
Packer for Alpine GNS3 appliance
|
|
|
|
================================
|
|
|
|
|
|
|
|
For building an Alpine appliance.
|
|
|
|
|
|
|
|
https://alpinelinux.org/
|
|
|
|
|
2021-05-07 08:19:52 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2020-08-12 12:38:43 +00:00
|
|
|
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
|
|
|
|
|
2020-08-12 12:38:43 +00:00
|
|
|
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
|
|
|
|
|
2020-08-12 12:38:43 +00:00
|
|
|
packer build -var-file=gui.json alpine.json
|
2020-08-03 10:27:15 +00:00
|
|
|
|