提交 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 @@ ...@@ -234,6 +234,9 @@
</choice> </choice>
</define> </define>
<define name="oshvm"> <define name="oshvm">
<optional>
<ref name="bootloader"/>
</optional>
<element name="os"> <element name="os">
<ref name="ostypehvm"/> <ref name="ostypehvm"/>
<interleave> <interleave>
...@@ -1054,12 +1057,14 @@ ...@@ -1054,12 +1057,14 @@
--> -->
<define name="bootloader"> <define name="bootloader">
<interleave> <interleave>
<element name="bootloader"> <optional>
<choice> <element name="bootloader">
<ref name="absFilePath"/> <choice>
<empty/> <ref name="absFilePath"/>
</choice> <empty/>
</element> </choice>
</element>
</optional>
<optional> <optional>
<element name="bootloader_args"> <element name="bootloader_args">
<text/> <text/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册