mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Disallow gpt for virtualbox
This commit is contained in:
parent
90826662ac
commit
9b906aeaf8
1 changed files with 6 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue