We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b18a7 commit 87a4d30Copy full SHA for 87a4d30
templates/vm.xml.j2
@@ -5,6 +5,7 @@
5
<clock sync="localtime"/>
6
<os>
7
<type arch='{{ libvirt_vm_arch }}'{% if libvirt_vm_machine is not none %} machine='{{ libvirt_vm_machine }}'{% endif %}>hvm</type>
8
+ <bootmenu enable='no'/>
9
</os>
10
<cpu{% if libvirt_vm_cpu_mode is not none %} mode='{{ libvirt_vm_cpu_mode }}'{% endif %}>
11
<model fallback='allow'/>
0 commit comments