[elbe-devel] [PATCH 1/1] schema: adding bookworm and trixie to debian suits
Eduard Krein
eduard.krein at linutronix.de
Thu Feb 8 10:30:29 CET 2024
bookworm and trixie added to the supported debian suits
inside dbsfed.
Signed-off-by: Eduard Krein <eduard.krein at linutronix.de>
---
schema/dbsfed.xsd | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 8e38a976..c3be057e 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -374,7 +374,7 @@ SPDX-FileCopyrightText: Linutronix GmbH
<annotation>
<documentation>
name of the debian suite that should be used to generate the initvm.
- E.g. "buster", "bullseye", "sid", ...
+ E.g. "buster", "bullseye", "bookworm", "trixie", "sid", ...
</documentation>
</annotation>
</element>
@@ -524,7 +524,7 @@ SPDX-FileCopyrightText: Linutronix GmbH
<documentation>
name of the debian suite that should be used to generate the
buildenvironment and the rootfilesystem.
- E.g. "bullseye", "bookworm", "sid", ...
+ E.g. "bullseye", "bookworm", "trixie", "sid", ...
</documentation>
</annotation>
</element>
@@ -677,6 +677,8 @@ SPDX-FileCopyrightText: Linutronix GmbH
<restriction base="string">
<enumeration value="sid" />
<enumeration value="bullseye" />
+ <enumeration value="bookworm" />
+ <enumeration value="trixie" />
</restriction>
</simpleType>
--
2.39.2
More information about the elbe-devel
mailing list