mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 19:26:01 +00:00
Don't show gfxmenu error
This commit is contained in:
parent
701f1df961
commit
7c464a1ec5
@ -246,7 +246,6 @@ menu_init (int entry, grub_menu_t menu, int nested)
|
||||
err = grub_gfxmenu_try_hook (entry, menu, nested);
|
||||
if(!err)
|
||||
continue;
|
||||
grub_print_error ();
|
||||
grub_errno = GRUB_ERR_NONE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user