aboutsummaryrefslogtreecommitdiff
path: root/resources/grub
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2016-09-07 21:35:33 +0100
committerLeah Rowe <info@minifree.org>2016-09-07 21:35:33 +0100
commit8c28c913dd19607ee73564472bb1793bf8cb7181 (patch)
tree23eae33b26fecb800d653835eec75fb92ea476b2 /resources/grub
parenta37cbe2273974ea0b9f0b976efd0171b1e2482ce (diff)
downloadlibrebootfr-8c28c913dd19607ee73564472bb1793bf8cb7181.tar.gz
librebootfr-8c28c913dd19607ee73564472bb1793bf8cb7181.zip
grub.cfg: s/supervisors/superusers
Diffstat (limited to 'resources/grub')
-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 1748320a..0251725b 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -3,7 +3,7 @@ function try_user_config {
for dir in boot grub grub2 boot/grub boot/grub2; do
for name in '' autoboot_ libreboot_ coreboot_; do
if [ -f /"${dir}"/"${name}"grub.cfg ]; then
- unset supervisors
+ unset superusers
configfile /"${dir}"/"${name}"grub.cfg
fi
done