diff --git a/etc/bootloader/grub b/etc/bootloader/grub index dbff363..be7a86e 100644 --- a/etc/bootloader/grub +++ b/etc/bootloader/grub @@ -8,7 +8,7 @@ packages() { config() { if [ "${EFI}" == "1" ]; then - grub-install --bootloader-id="Void" + grub-install else grub-install "${TARGET_PHY_ID}" fi