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:
Philipp Hahn 2010-06-15 11:44:48 +02:00 committed by Jiri Denemark
parent 7057f39c51
commit ff5f7d7204

View File

@ -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>