Skip to content

Commit

Permalink
Merge pull request #631 from nestoracunablanco/fix/fedoraBootloaders390x
Browse files Browse the repository at this point in the history
fix: disable efi bootloader in fedora for s390x
  • Loading branch information
kubevirt-bot authored Nov 6, 2024
2 parents 8c402b3 + 9a1b42f commit 3759a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/fedora.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ objects:
features:
smm:
enabled: true
{% if ansible_architecture != 's390x' %}
firmware:
bootloader:
efi: {}
{% endif %}
{% if item.iothreads %}
ioThreadsPolicy: shared
{% endif %}
Expand Down

0 comments on commit 3759a79

Please sign in to comment.