[elbe-devel] [PATCH v2 2/2] examples x86_64-docker.xml: move <src-opts> into <src-cdrom> section
Akash Satamkar
akash at linutronix.de
Thu Aug 22 10:18:10 CEST 2019
Move the src-opts section into source CD-ROM section and move it
out from target section
Signed-off-by: Akash Satamkar <akash at linutronix.de>
---
examples/x86_64-docker.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 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>
--
2.20.1
More information about the elbe-devel
mailing list