stages/kickstart: add schema for remote option

The code of the `org.osbuild.kickstart` stage already supported
adding the `--remote` option for `ostreesetup` via the `remote`
option but it was not included in the schema.
This commit is contained in:
Christian Kellner 2021-08-29 12:48:13 +02:00 committed by Tom Gundersen
parent 82cc2aeb4e
commit 597f5f9ea7

View file

@ -40,6 +40,10 @@ SCHEMA = """
"ref": {
"type": "string"
},
"remote": {
"type": "string",
"description": "The remote to tie tie commit to"
},
"gpg": {
"type": "boolean",
"default": true