gns3-registry/appliances/firefox.gns3a
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

57 lines
2.0 KiB
Plaintext

{
"name": "Firefox",
"category": "guest",
"description": "A light Linux based on TinyCore Linux with Firefox preinstalled",
"vendor_name": "Mozilla Foundation",
"vendor_url": "http://www.mozilla.org",
"documentation_url": "https://support.mozilla.org",
"product_name": "Firefox",
"product_url": "https://www.mozilla.org/firefox",
"registry_version": 1,
"status": "stable",
"maintainer": "GNS3 team",
"maintainer_email": "developers@gns3.net",
"symbol": "firefox.svg",
"qemu": {
"adapter_type": "e1000",
"adapters": 1,
"ram": 256,
"arch": "i386",
"console_type": "vnc",
"kvm": "allow",
"options": "-vga std -usbdevice tablet"
},
"images": [
{
"filename": "linux-tinycore-linux-6.4-firefox-33.1.1-2.img",
"version": "31.1.1~2",
"md5sum": "8db0d8dc890797cc335ceb8aaf2255f0",
"filesize": 93257728,
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-tinycore-linux-6.4-firefox-33.1.1-2.img"
},
{
"filename": "linux-tinycore-linux-6.4-firefox-33.1.1.img",
"version": "31.1.1~1",
"md5sum": "9e51ad24dc25c4a26f7a8fb99bc77830",
"filesize": 82313216,
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-tinycore-linux-6.4-firefox-33.1.1.img"
}
],
"versions": [
{
"name": "31.1.1~2",
"images": {
"hda_disk_image": "linux-tinycore-linux-6.4-firefox-33.1.1-2.img"
}
},
{
"name": "31.1.1~1",
"images": {
"hda_disk_image": "linux-tinycore-linux-6.4-firefox-33.1.1.img"
}
}
]
}