mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
Allow one-or-more <boot dev="..."/> entries
According to docs/formatdomain.html.in, "The boot element can be repeated multiple times to setup a priority list of boot devices to try in turn." The Relax-NG schema required / allowed exactly one entry. Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
parent
7057f39c51
commit
ff5f7d7204
@ -115,7 +115,9 @@
|
|||||||
</optional>
|
</optional>
|
||||||
<choice>
|
<choice>
|
||||||
<ref name="osbootkernel"/>
|
<ref name="osbootkernel"/>
|
||||||
<ref name="osbootdev"/>
|
<oneOrMore>
|
||||||
|
<ref name="osbootdev"/>
|
||||||
|
</oneOrMore>
|
||||||
</choice>
|
</choice>
|
||||||
</interleave>
|
</interleave>
|
||||||
</element>
|
</element>
|
||||||
|
Loading…
Reference in New Issue
Block a user