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 3463ee5 commit 2fa07e3Copy full SHA for 2fa07e3
templates/vm.xml.j2
@@ -10,6 +10,7 @@
10
<type arch='{{ libvirt_vm_arch }}'{% if machine is not none %} machine='{{ machine }}'{% endif %}>hvm</type>
11
<bootmenu enable='no'/>
12
<boot dev='hd'/>
13
+ <boot dev='cdrom'/>
14
<boot dev='network'/>
15
<bios useserial='yes'/>
16
</os>
0 commit comments