Skip to content

Commit

Permalink
Merge pull request #100 from stackhpc/2m-ovmf-packages-removed
Browse files Browse the repository at this point in the history
2M OVMF packages removed on Debian family
  • Loading branch information
mnasiadka authored Oct 16, 2024
2 parents 2d1d834 + f3d44bb commit e238c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libvirt_vm_script_env: >-
# Path to template OVMF efi variable store. A copy will be created
# for each VM created.
libvirt_vm_ovmf_efi_variable_store_path: /usr/share/OVMF/OVMF_VARS.fd
libvirt_vm_ovmf_efi_variable_store_path: "/usr/share/OVMF/{{ 'OVMF_VARS_4M.fd' if ansible_facts.distribution_release == 'noble' else 'OVMF_VARS.fd' }}"

# Path to OVMF efi firmware
libvirt_vm_ovmf_efi_firmware_path: /usr/share/OVMF/OVMF_CODE.fd
libvirt_vm_ovmf_efi_firmware_path: "/usr/share/OVMF/{{ 'OVMF_CODE_4M.fd' if ansible_facts.distribution_release == 'noble' else 'OVMF_CODE.fd' }}"

0 comments on commit e238c9a

Please sign in to comment.