* 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.
+2008-06-21 Javier MartÃn <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.
+
2008-06-21 Robert Millan <rmh@aybabtu.com>
* util/grub.d/00_header.in: Move last prepare_grub_to_access_device()
/* 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 ();