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:
Christian Kellner 2020-01-29 14:51:42 +01:00 committed by Tom Gundersen
parent ed8b71da36
commit beb24a38b0

View file

@ -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",