grub: fix rebuild

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-07-14 13:41:15 +02:00
parent 04369acb50
commit 354f92dd91

View File

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