From dbdcaddee6d664f98e543aac252fd0a8359d0a1f Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 7 Feb 2022 19:13:14 +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 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