提交 79f370fc 编写于 作者: C Conrad Meyer 提交者: Michal Privoznik

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).
上级 f2ce9d36
......@@ -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>
<element name="bootloader">
<choice>
<ref name="absFilePath"/>
<empty/>
</choice>
</element>
<optional>
<element name="bootloader">
<choice>
<ref name="absFilePath"/>
<empty/>
</choice>
</element>
</optional>
<optional>
<element name="bootloader_args">
<text/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册