mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
c10e4e80c6
It's blocked by: https://github.com/GNS3/gns3-registry/issues/24
744 B
744 B
Packer for TinyCore GNS3 appliance
For building a MicroCore / TinyCore appliance.
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
Tiny Core Linux installation
Tiny Core is Micro Core with a light GUI installed.
Firefox
A build of Tiny Core with Firefox preinstalled.
packer build -var-file=tinycore-linux-firefox.json tinycore-linux.json