mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Remove qcow2 from supported vbox volume backings
We can handle raw and vdi images right now
This commit is contained in:
parent
2e29ac0f93
commit
0fac91c2fc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"properties": {
|
||||
"backing": {
|
||||
"type": "string",
|
||||
"enum": ["raw", "vdi", "qcow2"]
|
||||
"enum": ["raw", "vdi"]
|
||||
},
|
||||
"partitions": {
|
||||
"type": "object",
|
||||
|
|
Loading…
Add table
Reference in a new issue