2009-02-27 Robert Millan <rmh@aybabtu.com>
Patch from Alexandre Bique <bique.alexandre@gmail.com> * util/i386/pc/grub-setup.c (setup): Fix directory path.
This commit is contained in:
parent
34519c3f9d
commit
b941342428
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-02-27 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
Patch from Alexandre Bique <bique.alexandre@gmail.com>
|
||||||
|
* util/i386/pc/grub-setup.c (setup): Fix directory path.
|
||||||
|
|
||||||
2009-02-27 Krzysztof Smiechowicz <deadwood@wp.pl>
|
2009-02-27 Krzysztof Smiechowicz <deadwood@wp.pl>
|
||||||
|
|
||||||
* fs/sfs.c (grub_sfs_read_extent): Correction to traversing extent
|
* fs/sfs.c (grub_sfs_read_extent): Correction to traversing extent
|
||||||
|
|
|
@ -373,7 +373,7 @@ setup (const char *dir,
|
||||||
|
|
||||||
/* Make sure that GRUB reads the identical image as the OS. */
|
/* Make sure that GRUB reads the identical image as the OS. */
|
||||||
tmp_img = xmalloc (core_size);
|
tmp_img = xmalloc (core_size);
|
||||||
core_path_dev = grub_util_get_path (DEFAULT_DIRECTORY, core_file);
|
core_path_dev = grub_util_get_path (dir, core_file);
|
||||||
|
|
||||||
/* It is a Good Thing to sync two times. */
|
/* It is a Good Thing to sync two times. */
|
||||||
sync ();
|
sync ();
|
||||||
|
|
Loading…
Reference in a new issue