fix nvram location for aarch64 kvm driver
parent
96e329877a
commit
c82be99d3b
|
@ -39,9 +39,9 @@ const domainTmpl = `
|
|||
</cpu>
|
||||
|
||||
<os>
|
||||
<loader readonly='yes' type='pflash'>/usr/share/AAVMF/AAVMF_CODE.fd</loader>
|
||||
<nvram>/var/lib/libvirt/qemu/nvram/ubuntu_VARS.fd</nvram>
|
||||
<type machine='virt-4.2' arch='aarch64'>hvm</type>
|
||||
<loader readonly='yes' type='pflash'>/usr/share/AAVMF/AAVMF_CODE.fd</loader>
|
||||
<nvram>/usr/share/AAVMF/AAVMF_VARS.fd</nvram>
|
||||
<boot dev='cdrom'/>
|
||||
<boot dev='hd'/>
|
||||
<bootmenu enable='no'/>
|
||||
|
|
|
@ -44,7 +44,7 @@ const domainTmpl = `
|
|||
<nvram>/usr/share/OVMF/OVMF_VARS.ms.fd</nvram>
|
||||
<boot dev='cdrom'/>
|
||||
<boot dev='hd'/>
|
||||
<bootmenu enable='yes'/>
|
||||
<bootmenu enable='no'/>
|
||||
</os>
|
||||
<devices>
|
||||
<disk type='file' device='cdrom'>
|
||||
|
|
Loading…
Reference in New Issue