From 91ed6145b995fb1468f125797e83c6623e377287 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 3 Dec 2025 09:52:48 +0100 Subject: [PATCH] set bootloader ID --- 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 ec649ae..55392ad 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=GRUB +grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=CI-AAA-M-ARCH-GRUB grub-mkconfig -o /boot/grub/grub.cfg ###################################################