2015-10-07 07:33:56 +00:00
|
|
|
Packer for TinyCore GNS3 appliance
|
|
|
|
==================================
|
|
|
|
|
2015-10-08 14:19:41 +00:00
|
|
|
For building a MicroCore / TinyCore appliance.
|
2015-10-07 07:33:56 +00:00
|
|
|
|
2015-10-08 14:19:41 +00:00
|
|
|
http://tinycorelinux.net/
|
2015-10-07 07:33:56 +00:00
|
|
|
|
2015-10-08 11:48:44 +00:00
|
|
|
Clean core Linux installation
|
|
|
|
*****************************
|
2015-10-07 07:33:56 +00:00
|
|
|
|
2015-10-08 11:48:44 +00:00
|
|
|
The only added packages are:
|
|
|
|
* ipv6
|
|
|
|
* iptables
|
|
|
|
* iproute2
|
2015-10-07 07:33:56 +00:00
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
2015-10-08 11:48:44 +00:00
|
|
|
packer build core-linux.json
|
|
|
|
|
2015-10-09 11:52:51 +00:00
|
|
|
Openvswitch
|
|
|
|
''''''''''''
|
|
|
|
|
|
|
|
A build of Core with Openvswitch preinstalled.
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
packer build -var-file=openvswitch.json core64-linux.json
|
|
|
|
|
2015-10-08 14:19:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
Tiny Core Linux installation
|
|
|
|
****************************
|
|
|
|
|
|
|
|
Tiny Core is Micro Core with a light GUI installed.
|
|
|
|
|
|
|
|
|
|
|
|
Firefox
|
|
|
|
'''''''''
|
|
|
|
|
|
|
|
A build of Tiny Core with Firefox preinstalled.
|
|
|
|
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
packer build -var-file=tinycore-linux-firefox.json tinycore-linux.json
|
|
|
|
|