[elbe-devel] [PATCH 2/2] Move the section src-opts into the source CD-ROM section
Akash Satamkar
akash at linutronix.de
Wed Aug 21 15:08:43 CEST 2019
Move the src-opts section out from target section and place it into CD-ROM section
Signed-off-by: Akash Satamkar <akash at linutronix.de>
---
examples/x86_64-docker.xml | 6 ++++--
schema/dbsfed.xsd | 3 +--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/examples/x86_64-docker.xml b/examples/x86_64-docker.xml
index 0b32eae4..669bc3b0 100644
--- a/examples/x86_64-docker.xml
+++ b/examples/x86_64-docker.xml
@@ -35,8 +35,10 @@
<pkg-list variant='minimal'>
<pkg>bash</pkg>
</pkg-list>
+ </target>
+ <src-cdrom>
<src-opts>
- <publisher>TUX</publisher>
+ <publisher>TUX</publisher>
</src-opts>
- </target>
+ </src-cdrom>
</ns0:RootFileSystem>
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 18caaa22..14789d4e 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -2522,7 +2522,7 @@
<complexType name="src-cdrom">
<annotation>
<documentation>
- configuration of the src-cdrom
+ Configuration of the src-cdrom
</documentation>
</annotation>
<all>
@@ -2564,5 +2564,4 @@
</attribute>
</complexType>
-
</schema>
--
2.20.1
More information about the elbe-devel
mailing list