mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
c966d92ab0
The default alpine MOTD is not really helpful, it may be even confusing, inviting users to run setup-alpine. Remove it entirely. I no longer see issues that need resetting terminal mode, removing the related code. |
||
---|---|---|
.. | ||
alpine-linux | ||
alpine-linux-virt | ||
debian | ||
openbsd | ||
tinycore-linux | ||
compress_qcow2.sh | ||
README.rst |
Packer GNS3 appliance
This directory contain the packer build script used for some appliance in the GNS3 registry.
For building an appliance please install packer: https://packer.io/
And after run:
packer build template.json
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. Password should be gns3.
Note for OSX users
You need qemu with VNC support. If you are using homebrew you need to install it with:
brew install qemu --with-sdl