mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 12:17:18 +00:00
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:
parent
f2ce9d3645
commit
79f370fc4b
@ -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/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user