From d23e62b728a27e2ed22f63f8e4052bd5c224064d Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Mon, 17 Jul 2023 20:41:57 +0200 Subject: [PATCH] try to fix grub --- system/bootloader.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/bootloader.sls b/system/bootloader.sls index 63e2197..ce6593a 100644 --- a/system/bootloader.sls +++ b/system/bootloader.sls @@ -16,7 +16,7 @@ system_bootloader_pkgs: system_bootloader_install: 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: - system_bootloader_pkgs