From 5fc6ec1fa20ef04fd974d1cacd3be6588c8d2653 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 13 Oct 2022 17:45:29 +0200 Subject: [PATCH] schema: domain: Allow interleaving of and MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/conf/schemas/domaincommon.rng | 203 +++++++++++++++--------------- 1 file changed, 103 insertions(+), 100 deletions(-) diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index 2801f8fcb8..57457d1aa8 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -281,116 +281,119 @@ - - - - - - - - - bios - efi - - - - - - - - - + + + + + + + + + + bios + efi + + + + + + + + + + + + + + enrolled-keys + secure-boot + + + + + + + + + + - + + + + + + + + - enrolled-keys - secure-boot + rom + pflash - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - rom - pflash + + + + + + - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + -- 2.47.2