gns3-registry/packer
2016-01-04 19:51:35 -08:00
..
alpine-linux Alpine linux image build and appliance file 2015-10-05 15:03:19 +02:00
NETem Fix tinycore 6.4 iso url 2015-11-10 14:09:08 +01:00
openbsd OpenBSD 5.8 2015-12-08 17:17:23 +01:00
tinycore-linux Merge pull request #35 from GNS3/internet 2016-01-04 19:51:35 -08:00
compress_qcow2.sh Alpine linux image build and appliance file 2015-10-05 15:03:19 +02:00
README.rst Alpine linux image build and appliance file 2015-10-05 15:03:19 +02:00

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

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