aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-02-20 21:26:03 +0000
committerLeah Rowe <info@minifree.org>2017-02-20 21:26:03 +0000
commitaf88afdba7257107f893a6ff3b212fd8239068f7 (patch)
tree4ef75cc1740e75c4a4131ceaf068ea12bf1d4ddf /resources
parentcba08e2f95628d24fa94979e4c89fe7d919b07ac (diff)
downloadlibrebootfr-af88afdba7257107f893a6ff3b212fd8239068f7.tar.gz
librebootfr-af88afdba7257107f893a6ff3b212fd8239068f7.zip
from this day forward, it's going to be only libreboot_grub.cfg first
Diffstat (limited to 'resources')
-rw-r--r--resources/grub/config/menuentries/common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg
index 0251725b..d5b256e2 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -1,7 +1,7 @@
function try_user_config {
set root="${1}"
for dir in boot grub grub2 boot/grub boot/grub2; do
- for name in '' autoboot_ libreboot_ coreboot_; do
+ for name in libreboot_ autoboot_ librecore_ coreboot_ ''; do
if [ -f /"${dir}"/"${name}"grub.cfg ]; then
unset superusers
configfile /"${dir}"/"${name}"grub.cfg