Disallow gpt for virtualbox

This commit is contained in:
Anders Ingemann 2013-11-06 22:34:49 +01:00
parent 90826662ac
commit 9b906aeaf8

View file

@ -9,6 +9,12 @@
"backing": { "backing": {
"type": "string", "type": "string",
"enum": ["raw", "vdi", "qcow2"] "enum": ["raw", "vdi", "qcow2"]
},
"partitions": {
"type": "object",
"properties": {
"type": { "enum": ["none", "mbr"] }
}
} }
}, },
"required": ["backing"] "required": ["backing"]