fix arm64 libvirt domain definition
parent
70b4328753
commit
84feb87502
|
@ -39,7 +39,7 @@ const domainTmpl = `
|
||||||
{{end}}
|
{{end}}
|
||||||
</cpu>
|
</cpu>
|
||||||
<os>
|
<os>
|
||||||
<type machine='libvirt'">hvm</type>
|
<type machine='libvirt'>hvm</type>
|
||||||
<boot dev='cdrom'/>
|
<boot dev='cdrom'/>
|
||||||
<boot dev='hd'/>
|
<boot dev='hd'/>
|
||||||
<bootmenu enable='no'/>
|
<bootmenu enable='no'/>
|
||||||
|
|
Loading…
Reference in New Issue