gns3-registry/packer/tinycore-linux/README.rst
2015-10-13 18:29:10 +02:00

49 lines
797 B
ReStructuredText

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
.. code:: bash
packer build core-linux.json
Openvswitch
''''''''''''
A build of Core with Openvswitch preinstalled.
.. code:: bash
packer build -var-file=openvswitch.json core64-linux.json
Tiny Core Linux installation
****************************
Tiny Core is Micro Core with a light GUI installed.
.. code:: bash
packer build tinycore-linux.json
Firefox
'''''''''
A build of Tiny Core with Firefox preinstalled.
.. code:: bash
packer build -var-file=tinycore-linux-firefox.json tinycore-linux.json