From 58a46bf753c8f7e3656c410019aa0a78e35d38bb Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 21 Jul 2024 16:02:52 +0200 Subject: [PATCH] grub: rename Signed-off-by: AuxXxilium --- files/p1/boot/grub/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/p1/boot/grub/grub.cfg b/files/p1/boot/grub/grub.cfg index aff41901..0f62bb87 100644 --- a/files/p1/boot/grub/grub.cfg +++ b/files/p1/boot/grub/grub.cfg @@ -82,7 +82,7 @@ set ARC_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,1 search --set=root --label "ARC3" if [ -e /automated ]; then - menuentry 'Arc Automated Config Mode' --id automated { + menuentry 'Arc Automated Mode' --id automated { set_gfxpayload echo "Loading Arc Kernel..." linux /bzImage-arc ${ARC_CMDLINE} ${arc_cmdline} automated_arc