diff --git a/stages/org.osbuild.ostree b/stages/org.osbuild.ostree index 9a888ab4..afcc87d7 100755 --- a/stages/org.osbuild.ostree +++ b/stages/org.osbuild.ostree @@ -54,7 +54,11 @@ STAGE_OPTS = """ }, "kernel_opts": { "description": "Additional kernel command line options", - "type": "string" + "type": "array", + "items": { + "description": "A single kernel command line option", + "type": "string" + } }, "ref": { "description": "OStree ref to create and use for deployment",