gns3-registry/packer/tinycore-linux/README.rst
Julien Duponchelle d1e1c8e2bb Internet appliance
2015-10-28 15:28:24 +01:00

1000 B

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

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

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