buildinstall: Add support for rootfs-type lorax option

JIRA: ENGCMP-5117
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2025-01-24 09:14:53 +01:00
parent b3a316776e
commit 3c6298ee28
6 changed files with 34 additions and 0 deletions

View file

@ -1411,6 +1411,7 @@ def make_schema():
"skip_branding": {"type": "boolean"},
"squashfs_only": {"type": "boolean"},
"configuration_file": {"$ref": "#/definitions/str_or_scm_dict"},
"rootfs_type": {"type": "string"},
},
"additionalProperties": False,
}