added full version of windows 10

This commit is contained in:
cyberpunk2350 2018-02-16 17:21:38 -05:00 committed by GitHub
parent 66f42a5c4d
commit c669bbd172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@
"product_url": "https://www.microsoft.com/en-us/windows", "product_url": "https://www.microsoft.com/en-us/windows",
"registry_version": 4, "registry_version": 4,
"status": "stable", "status": "stable",
"availability": "free-to-try",
"maintainer": "GNS3 Team", "maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net", "maintainer_email": "developers@gns3.net",
"usage": "These virtual machines expire after 90 days; i.e. you have to re-create them in your project after this time but you don't have to re-import the appliance.\n\nDefault credentials: IEUser / Passw0rd!", "usage": "These virtual machines expire after 90 days; i.e. you have to re-create them in your project after this time but you don't have to re-import the appliance.\n\nDefault credentials: IEUser / Passw0rd!",
@ -26,6 +25,13 @@
"kvm": "require" "kvm": "require"
}, },
"images": [ "images": [
{
"filename": "MSEdge-Win10-VMWare-disk1.vmdk",
"version": "10 w/ Edge",
"md5sum": "fef74c69e1949480d4e2095324a169af",
"filesize": 5636608512,
"download_url": "https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/"
},
{ {
"filename": "MSEdge_-_Win10_preview.vmdk", "filename": "MSEdge_-_Win10_preview.vmdk",
"version": "10 w/ Edge", "version": "10 w/ Edge",
@ -72,6 +78,12 @@
"versions": [ "versions": [
{ {
"name": "10 w/ Edge", "name": "10 w/ Edge",
"images": {
"hda_disk_image": "MSEdge-Win10-VMWare-disk1.vmdk"
}
},
{
"name": "10 w/ Edge (Preview)",
"images": { "images": {
"hda_disk_image": "MSEdge_-_Win10_preview.vmdk" "hda_disk_image": "MSEdge_-_Win10_preview.vmdk"
} }
@ -107,4 +119,4 @@
} }
} }
] ]
} }