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..."