[Libosinfo] [osinfo-db PATCH v3 01/13] schema: Add <kernel-url-argument/> to <os/>
Fabiano Fidêncio
fidencio at redhat.com
Fri May 3 15:55:41 UTC 2019
The <kernel-url-argument/> attribute will be used by management apps to
know what should be passed to the kernel when performing a tree based
installation of an OS.
https://gitlab.com/libosinfo/osinfo-db/issues/28
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
data/schema/osinfo.rng.in | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in
index b3760d2..0348dd4 100644
--- a/data/schema/osinfo.rng.in
+++ b/data/schema/osinfo.rng.in
@@ -611,6 +611,11 @@
<zeroOrMore>
<ref name='driver'/>
</zeroOrMore>
+ <optional>
+ <element name="kernel-url-argument">
+ <text/>
+ </element>
+ </optional>
</interleave>
</element>
</define>
--
2.21.0
More information about the Libosinfo
mailing list