Patch from Alexandre Bique <bique.alexandre@gmail.com>
* util/i386/pc/grub-setup.c (setup): Fix directory path.
+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>
* fs/sfs.c (grub_sfs_read_extent): Correction to traversing extent
/* Make sure that GRUB reads the identical image as the OS. */
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. */
sync ();