Skip to content

Commit 2fa07e3

Browse files
committed
Add cdrom to boot list
1 parent 3463ee5 commit 2fa07e3

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
@@ -10,6 +10,7 @@
1010
<type arch='{{ libvirt_vm_arch }}'{% if machine is not none %} machine='{{ machine }}'{% endif %}>hvm</type>
1111
<bootmenu enable='no'/>
1212
<boot dev='hd'/>
13+
<boot dev='cdrom'/>
1314
<boot dev='network'/>
1415
<bios useserial='yes'/>
1516
</os>

0 commit comments

Comments
 (0)