This commit is contained in:
teldra 2022-02-09 21:10:03 +01:00
parent ee304e04be
commit 36b270d742

View File

@ -91,7 +91,7 @@ config() {
if [ "${EFI}" == "1" ]; then
grub-install --bootloader-id="Voidlinux"
grub-install
#efibootmgr --create --disk "${TARGET_PHY_ID}-part1" --loader /EFI/void/grubx64_de.efi --label "Voidlinux DE" --verbose
else
grub-install "${TARGET_PHY_ID}"