提交 b34324fb 编写于 作者: O Osier Yang

schema: Update domain XML schema

'boot' tag shouldn't be exclusive with 'kernel', 'initrd', and 'cmdline',
though the boot sequence doesn't make sense when the guest boots from
kernel directly. But it's useful if booting from kernel is to install
a newguest, even if it's not to install a guest, there is no hurt. And
on the other hand, we allow 'boot' and the kernel tags when parsing.
上级 440b8ad1
......@@ -222,12 +222,14 @@
<ref name="absFilePath"/>
</element>
</optional>
<choice>
<optional>
<ref name="osbootkernel"/>
</optional>
<optional>
<zeroOrMore>
<ref name="osbootdev"/>
</zeroOrMore>
</choice>
</optional>
<optional>
<element name="bootmenu">
<attribute name="enable">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册