mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-06-12 20:48:08 +00:00
For x86_64 use the same processor name as Qemu
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
"adapters": 8,
|
"adapters": 8,
|
||||||
"ram": 2048,
|
"ram": 2048,
|
||||||
"processor": "x64",
|
"processor": "x86_64",
|
||||||
"console_type": "telnet"
|
"console_type": "telnet"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"graphic": false,
|
"graphic": false,
|
||||||
"console_type": "vnc",
|
"console_type": "vnc",
|
||||||
"ram": 256,
|
"ram": 256,
|
||||||
"processor": "x64"
|
"processor": "x86_64"
|
||||||
},
|
},
|
||||||
|
|
||||||
"images": [
|
"images": [
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
"adapters": 16,
|
"adapters": 16,
|
||||||
"ram": 1024,
|
"ram": 1024,
|
||||||
"processor": "x64",
|
"processor": "x86_64",
|
||||||
"console_type": "vnc",
|
"console_type": "vnc",
|
||||||
"hda_disk_image": "vsr1000-hp.img",
|
"hda_disk_image": "vsr1000-hp.img",
|
||||||
"hda_disk_size": "8G",
|
"hda_disk_size": "8G",
|
||||||
|
Reference in New Issue
Block a user