Skip to content

Commit

Permalink
Merge pull request #1442 from sgoveas/try_virt
Browse files Browse the repository at this point in the history
Use 'virt' for latest
  • Loading branch information
metal3-io-bot authored Jul 31, 2024
2 parents 586ec14 + 62be830 commit f14f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-setup/roles/libvirt/templates/baremetalvm.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</os>
{% else %}
<os firmware='efi'>
<type arch='aarch64' machine='virt-rhel8.2.0'>hvm</type>
<type arch='aarch64' machine='virt'>hvm</type>
</os>
{% endif %}

Expand Down

0 comments on commit f14f11e

Please sign in to comment.