mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 02:40:11 +00:00
For x86_64 use the same processor name as Qemu
This commit is contained in:
parent
66384cc8a4
commit
9e0255f54a
@ -16,7 +16,7 @@
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 8,
|
||||
"ram": 2048,
|
||||
"processor": "x64",
|
||||
"processor": "x86_64",
|
||||
"console_type": "telnet"
|
||||
},
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
"graphic": false,
|
||||
"console_type": "vnc",
|
||||
"ram": 256,
|
||||
"processor": "x64"
|
||||
"processor": "x86_64"
|
||||
},
|
||||
|
||||
"images": [
|
||||
|
@ -16,7 +16,7 @@
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 16,
|
||||
"ram": 1024,
|
||||
"processor": "x64",
|
||||
"processor": "x86_64",
|
||||
"console_type": "vnc",
|
||||
"hda_disk_image": "vsr1000-hp.img",
|
||||
"hda_disk_size": "8G",
|
||||
|
Loading…
Reference in New Issue
Block a user