assembler/qemu: fix 'size' schema type

It is an integer not a string.
This commit is contained in:
Christian Kellner 2020-01-29 14:50:56 +01:00 committed by Tom Gundersen
parent 2a3e5107f4
commit ed8b71da36

View file

@ -127,7 +127,7 @@ STAGE_OPTS = """
},
"size": {
"description": "Virtual disk size",
"type": "string"
"type": "integer"
},
"root_fs_type": {
"description": "Type of the root filesystem",