diff --git a/stages/org.osbuild.cloud-init b/stages/org.osbuild.cloud-init index adc39ac7..6dd585c4 100755 --- a/stages/org.osbuild.cloud-init +++ b/stages/org.osbuild.cloud-init @@ -114,6 +114,28 @@ SCHEMA = r""" } } } + }, + "output": { + "type": "object", + "minProperties": 1, + "properties": { + "init": { + "description": "Redirect the output of the init stage", + "type": "string" + }, + "config": { + "description": "Redirect the output of the config stage", + "type": "string" + }, + "final": { + "description": "Redirect the output of the final stage", + "type": "string" + }, + "all": { + "description": "Redirect the output of all stages", + "type": "string" + } + } } } }