2008-06-21 Javier Mart\303\255n <lordhabbit@gmail.com>
* util/i386/pc/grub-setup.c (setup): Remove literal "core.img" in a call to resolve the core image location that effectively appended the name twice.
This commit is contained in:
parent
76a2bd44b3
commit
25ff262a6c
2 changed files with 7 additions and 1 deletions
|
@ -368,7 +368,7 @@ setup (const char *dir,
|
|||
|
||||
/* Make sure that GRUB reads the identical image as the OS. */
|
||||
tmp_img = xmalloc (core_size);
|
||||
core_path = grub_util_get_path (DEFAULT_DIRECTORY "core.img", core_file);
|
||||
core_path = grub_util_get_path (DEFAULT_DIRECTORY, core_file);
|
||||
|
||||
/* It is a Good Thing to sync two times. */
|
||||
sync ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue