assembler/qemu: schema: 'dos' option for 'pttype'
Reflect the actual code by allowing 'dos' as pttype, which is as an alias for 'mbr'.
This commit is contained in:
parent
ed8b71da36
commit
beb24a38b0
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ STAGE_OPTS = """
|
|||
"pttype": {
|
||||
"description": "The type of the partition table",
|
||||
"type": "string",
|
||||
"enum": ["mbr", "gpt"]
|
||||
"enum": ["mbr", "dos", "gpt"]
|
||||
},
|
||||
"root_fs_uuid": {
|
||||
"description": "UUID for the root filesystem",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue