diff --git a/stages/org.osbuild.grub2.legacy b/stages/org.osbuild.grub2.legacy index 5edfadce..29b93e3f 100755 --- a/stages/org.osbuild.grub2.legacy +++ b/stages/org.osbuild.grub2.legacy @@ -131,9 +131,11 @@ SCHEMA = """ "entries": { "description": "List of entries to add to the boot menu", "type": "array", + "minItems": 1, "items": { "type": "object", "additionalProperties": false, + "required": ["id", "product", "kernel"], "properties": { "default": { "type": "boolean",