Skip to content

Commit cd726dc

Browse files
committed
Comment on confusing firmware attribute
1 parent 0e97063 commit cd726dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/create-vm/templates/windows-vm.xml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<vcpu placement="static">{{ vm_vcpus }}</vcpu>
1111
<os
1212
{% if not vm_firmware_override %}
13+
{# firmware=... actually controls *autodetection*, so only set if there is no override #}
1314
firmware="efi"
1415
{% endif %}>
1516
<type arch="x86_64" machine="pc-q35-8.0">hvm</type>

0 commit comments

Comments
 (0)