2008-06-19 Robert Millan <rmh@aybabtu.com>
* kern/main.c (grub_main): Export `prefix' variable inmediately after it has been set by grub_machine_set_prefix().
This commit is contained in:
parent
6ce63911ab
commit
650e1c79b9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-19 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* kern/main.c (grub_main): Export `prefix' variable inmediately
|
||||
after it has been set by grub_machine_set_prefix().
|
||||
|
||||
2008-06-19 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* commands/search.c (search_label, search_fs_uuid, search_file): Print
|
||||
|
|
|
@ -125,6 +125,7 @@ grub_main (void)
|
|||
/* It is better to set the root device as soon as possible,
|
||||
for convenience. */
|
||||
grub_machine_set_prefix ();
|
||||
grub_env_export ("prefix");
|
||||
grub_set_root_dev ();
|
||||
|
||||
/* Load the normal mode module. */
|
||||
|
|
Loading…
Reference in a new issue