This commit is contained in:
teldra 2022-02-09 16:43:11 +01:00
parent 2885b8410c
commit 923599576b
1 changed files with 1 additions and 1 deletions

View File

@ -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}"