summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-05 11:27:43 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-05 11:27:43 (EST)
commitf32e5a040c9105c826dc99732af219b2951bdf67 (patch)
tree2a69285d7446e6abe5bb686af3e82ff664f713a5 /resources
parent5c057fcada5133ae7c2f24edcf87b6cb122e34fc (diff)
downloadlibreboot-f32e5a040c9105c826dc99732af219b2951bdf67.zip
libreboot-f32e5a040c9105c826dc99732af219b2951bdf67.tar.gz
libreboot-f32e5a040c9105c826dc99732af219b2951bdf67.tar.bz2
grub.cfg: remove redundant space
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 6b12fc4..c7601bc 100644
--- a/resources/grub/config/menuentries/common.cfg
+++ b/resources/grub/config/menuentries/common.cfg
@@ -114,7 +114,7 @@ menuentry 'Switch to grubtest.cfg [T]' --hotkey='t' --hotkey='T' {
configfile /grubtest.cfg
}
menuentry 'Search for GRUB configuration (grub.cfg) outside of CBFS [S]' --hotkey='s' --hotkey='S' {
- for i in usb0 usb1 ahci0 ahci1; do
+ for i in usb0 usb1 ahci0 ahci1; do
for j in 1 2 3 4 5 6 7 8 9; do
x=${i},${j}
for p in "grub" "boot/grub" "grub2" "boot/grub2"; do