* grub-core/normal/menu.c (menu_init): Don't stop menu init at gfxterm.
This commit is contained in:
parent
f45f5f89ff
commit
0108f49101
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-12-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/normal/menu.c (menu_init): Don't stop menu init at gfxterm.
|
||||
|
||||
2011-12-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* unicode: Import Unicode 6.0 data.
|
||||
|
|
|
@ -387,7 +387,7 @@ menu_init (int entry, grub_menu_t menu, int nested)
|
|||
grub_err_t err;
|
||||
|
||||
if (grub_strcmp (term->name, "gfxterm") == 0 && gfxmenu)
|
||||
break;
|
||||
continue;
|
||||
|
||||
err = grub_menu_try_text (term, entry, menu, nested);
|
||||
if(!err)
|
||||
|
|
Loading…
Reference in a new issue