Fixed qemu boot priority

This commit is contained in:
adosztal 2016-01-18 16:16:06 +01:00
parent 80e8e96534
commit fe512aa973

View File

@ -23,7 +23,7 @@
"console_type": "telnet",
"ram": 1024,
"arch": "x86_64",
"boot_priority": "hdd",
"boot_priority": "c",
"kvm": "allow"
},