mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
schema: Allow interleaving the /domain/os/type element
The element wasn't declared under the interleave thus it was required always to be first. This made it inconvenient when pasting new stuff to the XML manually in the "wrong" place.
This commit is contained in:
parent
8a833d1eb0
commit
18f9f69bb5
@ -238,8 +238,8 @@
|
||||
<ref name="bootloader"/>
|
||||
</optional>
|
||||
<element name="os">
|
||||
<ref name="ostypehvm"/>
|
||||
<interleave>
|
||||
<ref name="ostypehvm"/>
|
||||
<optional>
|
||||
<element name="loader">
|
||||
<optional>
|
||||
|
Loading…
Reference in New Issue
Block a user