summaryrefslogtreecommitdiffstats
path: root/resources/grub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-02-20 23:47:42 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-02-20 23:47:42 (EST)
commitaec9b977b3ea17cdcc0638e418e58b5033abff9b (patch)
tree32825c9e621d3a1f49272a5ae24ac374098d5f43 /resources/grub
parente0e8e1200411f8a4027601e183e01696d5a54979 (diff)
downloadlibreboot-aec9b977b3ea17cdcc0638e418e58b5033abff9b.zip
libreboot-aec9b977b3ea17cdcc0638e418e58b5033abff9b.tar.gz
libreboot-aec9b977b3ea17cdcc0638e418e58b5033abff9b.tar.bz2
fix missing trailing slash in grub.cfg
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 8c182b3..3b0dae4 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -1,7 +1,7 @@
function switch_to_grub_config {
set root="${1}"
# a) Check possible file locations...
- for p in boot/grub/coreboot_ grub/coreboot_ boot/grub/libreboot_ grub/libreboot_ boot/grub/autoboot_ grub/autoboot_ boot/grub/ grub/ boot/grub2 grub2/; do
+ for p in boot/grub/coreboot_ grub/coreboot_ boot/grub/libreboot_ grub/libreboot_ boot/grub/autoboot_ grub/autoboot_ boot/grub/ grub/ boot/grub2/ grub2/; do
if [ -f "/${p}grub.cfg" ]; then
# b) And eventually try to load the config. Using ESC one can still exit and revert back to
# libreboot's menu.