From 354f92dd91dbba5850ec1ad427c845cf62860a2b Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 14 Jul 2024 13:41:15 +0200 Subject: [PATCH] grub: fix rebuild 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 aa03e75c..f59abafc 100644 --- a/files/p1/boot/grub/grub.cfg +++ b/files/p1/boot/grub/grub.cfg @@ -82,7 +82,7 @@ set color_normal=white/black set ARC_CMDLINE="earlyprintk earlycon=ttyS0,115200 console=ttyS0,115200 root=/dev/ram rootwait pcie_aspm=off net.ifnames=0 ipv6.disable=1" search --set=root --label "ARC3" -if [ -s /automated ]; then +if [ -e /automated ]; then menuentry 'Arc Automated Config Mode' --id automated { set_gfxpayload echo "Loading Arc Kernel..."