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>
This commit is contained in:
proski 2008-06-30 20:44:58 +00:00
parent 5444088da6
commit 3aefa85781
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -452,7 +452,7 @@ setup (const char *dir,
}
/* 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);