Commit Graph

9 Commits

Author SHA1 Message Date
adosztal
337affecc7 Updated registry version to 3 for all appliances 2017-06-15 13:44:31 +02:00
Julien Duponchelle
67b9363f25
Revert "Added image availability property (mandatory) (#170)"
This reverts commit cca6487b5a.
2016-10-27 17:07:32 +02:00
Andras Dosztal
cca6487b5a Added image availability property (mandatory) (#170)
* Added image availability property
* Availability field added to required list
2016-10-27 12:37:00 +02:00
Julien Duponchelle
49ce6366b3 KVM support in JSON schema
This PR add KVM support in the appliance schema.
It's a part of https://github.com/GNS3/gns3-gui/issues/904 from
@boenrobot

KVM has three value:
* "require" - Forbid installation on the target server if KVM is not
available there (i.e. a Windows and OSX; be it local or remote). Install
only with KVM enabled.
* "allow" - Enable KVM if supported on the target server, but allow
installation to continue with KVM disabled if not supported (this should
be the default).
* "disable" - Even if KVM is supported on the target server, install with
KVM disabled.

All appliances have been updated to reflect their correct value.

Also it's add a sample tool for quickly patch all appliances.
2016-01-18 12:19:33 +01:00
Julien Duponchelle
945f6bbfe6 Release new appliances versions 2016-01-18 12:06:22 +01:00
Julien Duponchelle
54854648d7 Use Xorg for tinycore appliances
This use the tips from @ehlers allowing a better sync
between mouse pointer and VNC client.
2016-01-11 13:47:29 +01:00
Julien Duponchelle
36c5834e14 Tinycore linux and check urls 2015-10-13 18:29:10 +02:00
Bernhard Ehlers
ccf26c11f3 TinyCore Linux: Support for tc 4.x 2015-10-07 09:33:56 +02:00
Bernhard Ehlers
5e9f0fcc1d TinyCore Linux appliance + packer 2015-10-06 14:50:43 +02:00