Add note about packer version dependency, fixes #584

This commit is contained in:
Bernhard Ehlers 2021-05-07 10:19:52 +02:00
parent f6e4d24708
commit 7a97540277
3 changed files with 27 additions and 0 deletions

View File

@ -21,6 +21,12 @@ If you want logs:
PACKER_LOG=1 packer build template.json
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 the template.json.
Conventions
************
User should be gns3 or root.

View File

@ -5,6 +5,16 @@ 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
***********************

View File

@ -5,6 +5,17 @@ For building a MicroCore / TinyCore appliance.
http://tinycorelinux.net/
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 core-linux.json,
core64-linux.json and tinycore-linux.json.
Clean core Linux installation
*****************************