From fef9cfc2351d6c07634eae4d389cb59d88e3e695 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 3 Dec 2025 09:54:04 +0100 Subject: [PATCH] Update setup/arch-autoinstall.sh --- setup/arch-autoinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/arch-autoinstall.sh b/setup/arch-autoinstall.sh index 55392ad..35c2b64 100755 --- a/setup/arch-autoinstall.sh +++ b/setup/arch-autoinstall.sh @@ -196,7 +196,7 @@ fi sed -i "s|^GRUB_CMDLINE_LINUX=.*|GRUB_CMDLINE_LINUX=\"$KERNEL_CMD\"|" /etc/default/grub -grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=CI-AAA-M-ARCH-GRUB +grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=M-Archy-GRUB-CuIn grub-mkconfig -o /boot/grub/grub.cfg ###################################################