mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 21:07:55 +00:00
Add note about packer version dependency, fixes #584
This commit is contained in:
parent
f6e4d24708
commit
7a97540277
@ -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.
|
||||
|
@ -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
|
||||
***********************
|
||||
|
||||
|
@ -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
|
||||
*****************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user