diff options
author | Leah Rowe <info@minifree.org> | 2017-02-20 21:26:03 +0000 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-02-20 21:26:03 +0000 |
commit | af88afdba7257107f893a6ff3b212fd8239068f7 (patch) | |
tree | 4ef75cc1740e75c4a4131ceaf068ea12bf1d4ddf /resources/grub/config/menuentries | |
parent | cba08e2f95628d24fa94979e4c89fe7d919b07ac (diff) | |
download | librebootfr-af88afdba7257107f893a6ff3b212fd8239068f7.tar.gz librebootfr-af88afdba7257107f893a6ff3b212fd8239068f7.zip |
from this day forward, it's going to be only libreboot_grub.cfg first
Diffstat (limited to 'resources/grub/config/menuentries')
-rw-r--r-- | resources/grub/config/menuentries/common.cfg | 2 |
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 |