* util/i386/pc/grub-setup.c (setup): Use core_path_dev, not
core_path to calculate the blocklist.
Patch from Javier Martín <lordhabbit@gmail.com>
+2008-06-30 Pavel Roskin <proski@gnu.org>
+
+ * util/i386/pc/grub-setup.c (setup): Use core_path_dev, not
+ core_path to calculate the blocklist.
+ Patch from Javier Martín <lordhabbit@gmail.com>
+
2008-06-29 Robert Millan <rmh@aybabtu.com>
* fs/xfs.c (GRUB_XFS_FSB_TO_BLOCK): New macro. Maps filesystem
}
/* Now read the core image to determine where the sectors are. */
- file = grub_file_open (core_path);
+ file = grub_file_open (core_path_dev);
if (! file)
grub_util_error ("%s", grub_errmsg);