libvirt xml syntax
This commit is contained in:
parent
0a969fddb4
commit
c0553c7d22
@ -14,7 +14,7 @@
|
|||||||
<os>
|
<os>
|
||||||
<type arch='{{ vm_machine_arch }}' machine='{{ vm_machine_type }}'>hvm</type>
|
<type arch='{{ vm_machine_arch }}' machine='{{ vm_machine_type }}'>hvm</type>
|
||||||
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.fd</loader>
|
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.fd</loader>
|
||||||
<nvram template=/usr/share/edk2-ovmf/x64/OVMF_VARS.fd>{{ firmware_vhd_pool_dir }}/{{ vm_name }}_VARS.fd</nvram>
|
<nvram template='/usr/share/edk2-ovmf/x64/OVMF_VARS.fd'>{{ firmware_vhd_pool_dir }}/{{ vm_name }}_VARS.fd</nvram>
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
</os>
|
</os>
|
||||||
<features>
|
<features>
|
||||||
|
Loading…
Reference in New Issue
Block a user