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@xxxxxxxxxx> --- 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 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo