From 31943072c7fdfb62f404d8b8b439eac5711c8543 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 20 Jul 2021 17:00:27 +0000 Subject: [PATCH] stages/noop: allow mounts and devices Allow the noop stage to have mounts and devices, which is useful for testing. --- stages/org.osbuild.noop | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stages/org.osbuild.noop b/stages/org.osbuild.noop index 4b4d1ea8..e68c72da 100755 --- a/stages/org.osbuild.noop +++ b/stages/org.osbuild.noop @@ -17,8 +17,14 @@ SCHEMA_2 = """ "options": { "additionalProperties": true }, +"devices": { + "additionalProperties": true +}, "inputs": { "additionalProperties": true +}, +"mounts": { + "additionalProperties": true } """