1
0

libvirt xml syntax

This commit is contained in:
michael 2022-10-30 22:24:26 +13:00
parent 0a969fddb4
commit c0553c7d22

View File

@ -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>