mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-24 23:16:43 +00:00
16 lines
338 B
Markdown
16 lines
338 B
Markdown
|
# Packer for Debian based GNS3 appliances
|
||
|
|
||
|
## 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 debian.json.
|
||
|
|
||
|
|
||
|
## Debian CLI installation
|
||
|
|
||
|
```
|
||
|
packer build debian.json
|
||
|
```
|