gns3-registry/packer/tinycore-linux
2017-12-14 11:46:23 +01:00
..
http move NETem packer files to tinycore-linux 2016-01-21 11:05:02 +01:00
scripts Update Ostinato to v0.9 2017-12-14 11:46:23 +01:00
bird.json BIRD appliance 2015-11-10 11:38:09 +01:00
core64-linux.json Fix iso for core64 2015-11-10 15:59:57 +01:00
core-linux-internet.json Internet appliance 2015-10-28 15:28:24 +01:00
core-linux.json move NETem packer files to tinycore-linux 2016-01-21 11:05:02 +01:00
NETem.json move NETem packer files to tinycore-linux 2016-01-21 11:05:02 +01:00
openvswitch.json Work in progress support for openvswitch 2015-10-09 13:52:51 +02:00
ostinato-drone.json Ostinato VM with GUI 2016-01-03 18:42:47 +01:00
ostinato.json Support Tinycore Linux v8.2 2017-12-14 11:27:06 +01:00
README.rst move NETem packer files to tinycore-linux 2016-01-21 11:05:02 +01:00
tinycore-linux-firefox.json A firefox appliance 2015-10-08 16:19:41 +02:00
tinycore-linux.json Added keyboard layout setup tool to gui.sh 2016-01-14 03:20:17 +01:00

Packer for TinyCore GNS3 appliance

For building a MicroCore / TinyCore appliance.

http://tinycorelinux.net/

Clean core Linux installation

The only added packages are: * ipv6 * iptables * iproute2

packer build core-linux.json

BIRD

A build of Core with BIRD Internet Routing Daemon preinstalled.

packer build -var-file=bird.json core64-linux.json

Openvswitch

A build of Core with Openvswitch preinstalled.

packer build -var-file=openvswitch.json core64-linux.json

Internet

An appliance for simulating a domestic modem. eth0 as a dhcp and eth1 should be a nat interface.

packer build -var-file=core-linux-internet.json core-linux.json

NETem

A build of Core with the NETem (Network link emulator) preinstalled.

packer build -var-file=NETem.json core-linux.json

Tiny Core Linux installation

Tiny Core is Micro Core with a light GUI installed.

packer build tinycore-linux.json

Firefox

A build of Tiny Core with Firefox preinstalled.

packer build -var-file=tinycore-linux-firefox.json tinycore-linux.json

Ostinato

A build of Tiny Core with Ostinato GUI + drone preinstalled.

packer build -var-file=ostinato.json tinycore-linux.json

A drone-only VM without GUI can be build with:

packer build -var-file=ostinato-drone.json core-linux.json