mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 09:02:28 +00:00
* grub-core/normal/main.c (grub_normal_execute): Remove leftover call.
This commit is contained in:
parent
067fdf0055
commit
9aed8a7178
@ -1,3 +1,7 @@
|
|||||||
|
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/normal/main.c (grub_normal_execute): Remove leftover call.
|
||||||
|
|
||||||
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/misc.c (grub_strstr): Moved from here ...
|
* grub-core/kern/misc.c (grub_strstr): Moved from here ...
|
||||||
|
@ -274,7 +274,6 @@ grub_normal_execute (const char *config, int nested, int batch)
|
|||||||
prefix = grub_env_get ("prefix");
|
prefix = grub_env_get ("prefix");
|
||||||
read_lists (prefix);
|
read_lists (prefix);
|
||||||
grub_register_variable_hook ("prefix", NULL, read_lists_hook);
|
grub_register_variable_hook ("prefix", NULL, read_lists_hook);
|
||||||
grub_command_execute ("parser.grub", 0, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config)
|
if (config)
|
||||||
|
Loading…
Reference in New Issue
Block a user