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:
parent
82cc2aeb4e
commit
597f5f9ea7
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ SCHEMA = """
|
|||
"ref": {
|
||||
"type": "string"
|
||||
},
|
||||
"remote": {
|
||||
"type": "string",
|
||||
"description": "The remote to tie tie commit to"
|
||||
},
|
||||
"gpg": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue