mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +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>
|
||||
<choice>
|
||||
<ref name="osbootkernel"/>
|
||||
<ref name="osbootdev"/>
|
||||
<oneOrMore>
|
||||
<ref name="osbootdev"/>
|
||||
</oneOrMore>
|
||||
</choice>
|
||||
</interleave>
|
||||
</element>
|
||||
|
Loading…
Reference in New Issue
Block a user