try to fix grub

This commit is contained in:
LinuxSquare 2023-07-17 20:41:57 +02:00
parent 5dbb44b071
commit d23e62b728

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 --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}" - name: "grub-install --target=x86_64-efi --efi-directory=/efi --data-directory=/efi --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}"
- require: - require:
- system_bootloader_pkgs - system_bootloader_pkgs