From 923599576b299dd9382da80ec6b61d730f33069b Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 9 Feb 2022 16:43:11 +0100 Subject: [PATCH] progress --- etc/bootloader/grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bootloader/grub b/etc/bootloader/grub index 1c845da..c1a79fa 100644 --- a/etc/bootloader/grub +++ b/etc/bootloader/grub @@ -69,7 +69,7 @@ config() { if [ "${EFI}" == "1" ]; then - grub-install --bootloader-id="VoidLinux" + grub-install --bootloader-id="Voidlinux" efibootmgr --create --disk "${TARGET_PHY_ID}-part1" --loader /EFI/void/grubx64_de.efi --label "Voidlinux DE" --verbose else grub-install "${TARGET_PHY_ID}"