Replaces processor by arch in templates.

This commit is contained in:
grossmj 2015-08-21 22:56:08 -06:00
parent 4419d5aefe
commit e7b138932c
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
"adapter_type": "e1000",
"adapters": 8,
"ram": 2048,
"processor": "x86_64",
"arch": "x86_64",
"console_type": "telnet"
},

View File

@ -22,7 +22,7 @@
"graphic": false,
"console_type": "vnc",
"ram": 256,
"processor": "x86_64"
"arch": "x86_64"
},
"images": [

View File

@ -16,7 +16,7 @@
"adapter_type": "e1000",
"adapters": 16,
"ram": 1024,
"processor": "x86_64",
"arch": "x86_64",
"console_type": "vnc",
"hda_disk_image": "vsr1000-hp.img",
"hda_disk_size": "8G",

View File

@ -16,7 +16,7 @@
"adapter_type": "e1000",
"adapters": 1,
"ram": 32,
"processor": "i386",
"arch": "i386",
"console_type": "telnet"
},

View File

@ -16,7 +16,7 @@
"adapter_type": "e1000",
"adapters": 2,
"ram": 128,
"processor": "arm",
"arch": "arm",
"console_type": "telnet",
"options": "-M realview-eb-mpcore"
},