mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Update xen efi binary path
This commit is contained in:
parent
12361bd00a
commit
6f563add75
@ -59,13 +59,8 @@ xen-provided:
|
||||
{% if efi %}
|
||||
xen.efi:
|
||||
file.copy:
|
||||
- name: /boot/efi/gentoo/xen.efi
|
||||
- source: /boot/efi/gentoo/xen-{{ xen_version_short }}.efi
|
||||
{% else %}
|
||||
xen.gz:
|
||||
file.copy:
|
||||
- name: /boot/xen.gz
|
||||
- source: /boot/xen-{{ xen_version_short }}.gz
|
||||
- name: /boot/efi/boot/bootx64.efi
|
||||
- source: /usr/lib64/efi/xen-{{ xen_version_short }}.efi
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user