try to fix grub 5

This commit is contained in:
LinuxSquare 2023-07-17 21:12:02 +02:00
parent 1816659ace
commit df040cbc03

View file

@ -16,7 +16,7 @@ system_bootloader_pkgs:
system_bootloader_install: system_bootloader_install:
cmd.run: 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: - require:
- system_bootloader_pkgs - system_bootloader_pkgs