mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 05:17:55 +00:00
e4cf907aea
Fix #7
55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"name": "Micro Core Linux",
|
|
"category": "guest",
|
|
"description": "Micro Core Linux is a smaller variant of Tiny Core without a graphical desktop.\n\nIt's provide a complete Linux system in few MB.",
|
|
"vendor_name": "Team Tiny Core",
|
|
"vendor_url": "http://distro.ibiblio.org/tinycorelinux",
|
|
"documentation_url": "http://wiki.tinycorelinux.net/",
|
|
"product_name": "Micro Core Linux",
|
|
"product_url": "http://distro.ibiblio.org/tinycorelinux",
|
|
"repository_version": 1,
|
|
"status": "stable",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
|
|
"qemu": {
|
|
"adapter_type": "e1000",
|
|
"adapters": 1,
|
|
"ram": 32,
|
|
"processor": "i386",
|
|
"console_type": "telnet"
|
|
},
|
|
|
|
"images": [
|
|
{
|
|
"filename": "linux-microcore-3.4.1.img",
|
|
"version": "3.4.1",
|
|
"md5sum": "fa2ec4b1fffad67d8103c3391bbf9df2",
|
|
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
|
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-microcore-3.4.1.img"
|
|
},
|
|
{
|
|
"filename": "linux-microcore-4.0.2-clean.img",
|
|
"version": "4.0.2",
|
|
"md5sum": "e13d0d1c0b3999ae2386bba70417930c",
|
|
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
|
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-microcore-4.0.2-clean.img"
|
|
}
|
|
],
|
|
|
|
"versions": [
|
|
{
|
|
"name": "3.4.1",
|
|
"images": {
|
|
"hda_disk_image": "linux-microcore-3.4.1.img"
|
|
}
|
|
},
|
|
{
|
|
"name": "4.0.2",
|
|
"images": {
|
|
"hda_disk_image": "linux-microcore-4.0.2-clean.img"
|
|
}
|
|
}
|
|
]
|
|
}
|