diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-05 16:27:43 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-05 16:27:43 +0000 |
commit | f32e5a040c9105c826dc99732af219b2951bdf67 (patch) | |
tree | 2a69285d7446e6abe5bb686af3e82ff664f713a5 | |
parent | 5c057fcada5133ae7c2f24edcf87b6cb122e34fc (diff) | |
download | librebootfr-f32e5a040c9105c826dc99732af219b2951bdf67.tar.gz librebootfr-f32e5a040c9105c826dc99732af219b2951bdf67.zip |
grub.cfg: remove redundant space
-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 6b12fc42..c7601bcf 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 |