This commit is contained in:
teldra 2022-02-09 20:58:51 +01:00
parent 670dd61ce1
commit ee304e04be
1 changed files with 1 additions and 1 deletions

View File

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