merge mainline into multiterm
This commit is contained in:
commit
44fcb2bc59
6 changed files with 42 additions and 20 deletions
|
@ -441,7 +441,6 @@ read_lists (struct grub_env_var *var __attribute__ ((unused)),
|
|||
{
|
||||
read_command_list ();
|
||||
read_fs_list ();
|
||||
read_handler_list ();
|
||||
read_crypto_list ();
|
||||
read_terminal_list ();
|
||||
return val ? grub_strdup (val) : NULL;
|
||||
|
@ -455,6 +454,7 @@ grub_normal_execute (const char *config, int nested, int batch)
|
|||
grub_menu_t menu = 0;
|
||||
|
||||
read_lists (NULL, NULL);
|
||||
read_handler_list ();
|
||||
grub_register_variable_hook ("prefix", NULL, read_lists);
|
||||
grub_command_execute ("parser.grub", 0, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue