From 4d2b45b3213104774d4cd629435bc8226b329132 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Wed, 4 Sep 2024 11:41:50 -0700 Subject: [PATCH] ci: update autoinstall-schema with kdump schema --- autoinstall-schema.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/autoinstall-schema.json b/autoinstall-schema.json index e16195ac3..c9febb68a 100644 --- a/autoinstall-schema.json +++ b/autoinstall-schema.json @@ -103,6 +103,21 @@ } ] }, + "kernel-crash-dumps": { + "type": "object", + "properties": { + "enabled": { + "type": [ + "boolean", + "null" + ] + } + }, + "required": [ + "enabled" + ], + "additionalProperties": false + }, "keyboard": { "type": "object", "properties": {