try to fix grub 2
This commit is contained in:
parent
d23e62b728
commit
52f3ed9546
1 changed files with 1 additions and 1 deletions
|
@ -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 --data-directory=/efi --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}"
|
- name: "grub-install --target=x86_64-efi --efi-directory=/efi --boot-directory=/efi/boot --bootloader-id=alpine-{{ CURRENT_SUBVOLUME_TIMESTAMP }}"
|
||||||
- require:
|
- require:
|
||||||
- system_bootloader_pkgs
|
- system_bootloader_pkgs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue