mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Use x86_64 for IOSV because the i386 fail on some user computer
This commit is contained in:
parent
55232a8723
commit
10c3a39c99
@ -16,7 +16,7 @@
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 4,
|
||||
"ram": 512,
|
||||
"arch": "i386",
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"kvm": "require"
|
||||
},
|
||||
|
@ -17,7 +17,7 @@
|
||||
"adapter_type": "e1000",
|
||||
"adapters": 16,
|
||||
"ram": 768,
|
||||
"arch": "i386",
|
||||
"arch": "x86_64",
|
||||
"console_type": "telnet",
|
||||
"kvm": "require"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user