schierlm / usb-modboot

Boot multiple systems from a single GRUB2-powered USB drive (just drop ISO or other modules to integrate into menu)
GNU General Public License v3.0
42 stars 4 forks source link

grub.cfg line 132 ? #1

Closed steve6375 closed 6 years ago

steve6375 commented 6 years ago

https://github.com/schierlm/usb-modboot/blob/master/grub.cfg menuentry $"GRUB configuration" { set incmode=cfg configfile (core)/boot/grub/grub.cfg if [ "$incmode" = "cfgafter" ]; then set incmode=main clear_menu source (core/boot/grub/grub.cfg fi set incmode=main }

I haven't tried this project yet, but this line caught my eye - is it correct?

schierlm commented 6 years ago

No, that is not correct. But apparently that path (returning to the main menu after changing the language) was not tested well :(

Will push a fix in a minute.