From 60794355b970cb931bfe9e893961591d11220b2d Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 02 Sep 2015 22:06:25 -0400 Subject: grub.cfg cbfs: put set root and unset superusers in the submenu --- diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 997f731..3092d90 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -127,11 +127,11 @@ menuentry 'Search for GRUB configuration (grub.cfg) outside of CBFS' { x="(${i},${j})" for p in "grub" "boot/grub" "grub2" "boot/grub2"; do if [ -f "${x}/${p}/grub.cfg" ] ; then - root=$2 submenu "Load Config from ${x}" ${x} { + root=$2 source /${p}/grub.cfg + unset superusers } - unset superusers fi done done -- cgit v0.9.1