assemblers/qemu: add 'raw.xz' to format schema
It is a valid option and even used in the tests, but was missing in the schema.
This commit is contained in:
parent
702e7c3423
commit
b7367c037e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ STAGE_OPTS = """
|
|||
"format": {
|
||||
"description": "Image file format to use",
|
||||
"type": "string",
|
||||
"enum": ["raw", "qcow2", "vdi", "vmdk", "vpc", "vhdx"]
|
||||
"enum": ["raw", "raw.xz", "qcow2", "vdi", "vmdk", "vpc", "vhdx"]
|
||||
},
|
||||
"filename": {
|
||||
"description": "Image filename",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue