domaincommon.rng: Add 'bootloader' to os=hvm schema for Bhyve

Additionally, make the <bootloader> tag optional (for bhyveload with
custom arguments) (also, matches the actual parser).
This commit is contained in:
Conrad Meyer 2014-11-08 11:48:32 -05:00 committed by Michal Privoznik
parent f2ce9d3645
commit 79f370fc4b

View File

@ -234,6 +234,9 @@
</choice>
</define>
<define name="oshvm">
<optional>
<ref name="bootloader"/>
</optional>
<element name="os">
<ref name="ostypehvm"/>
<interleave>
@ -1054,12 +1057,14 @@
-->
<define name="bootloader">
<interleave>
<optional>
<element name="bootloader">
<choice>
<ref name="absFilePath"/>
<empty/>
</choice>
</element>
</optional>
<optional>
<element name="bootloader_args">
<text/>