gns3-registry/packer/alpine-linux/README.rst
2021-09-10 17:34:52 +05:30

817 B

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.

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