try to fix grub 5
This commit is contained in:
parent
1816659ace
commit
df040cbc03
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ system_bootloader_pkgs:
|
|||
|
||||
system_bootloader_install:
|
||||
cmd.run:
|
||||
- name: "grub-install --target=x86_64-efi --efi-directory=/efi --boot-directory=/efi/EFI --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}"
|
||||
- name: "grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}"
|
||||
- require:
|
||||
- system_bootloader_pkgs
|
||||
|
||||
|
|
Loading…
Reference in a new issue