Skip to content

Commit 87a4d30

Browse files
committed
Disable boot menu
1 parent 31b18a7 commit 87a4d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/vm.xml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<clock sync="localtime"/>
66
<os>
77
<type arch='{{ libvirt_vm_arch }}'{% if libvirt_vm_machine is not none %} machine='{{ libvirt_vm_machine }}'{% endif %}>hvm</type>
8+
<bootmenu enable='no'/>
89
</os>
910
<cpu{% if libvirt_vm_cpu_mode is not none %} mode='{{ libvirt_vm_cpu_mode }}'{% endif %}>
1011
<model fallback='allow'/>

0 commit comments

Comments
 (0)