]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-02-27 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Fri, 27 Feb 2009 21:01:25 +0000 (21:01 +0000)
committerrobertmh <robertmh@localhost>
Fri, 27 Feb 2009 21:01:25 +0000 (21:01 +0000)
        Patch from Alexandre Bique <bique.alexandre@gmail.com>
        * util/i386/pc/grub-setup.c (setup): Fix directory path.

ChangeLog
util/i386/pc/grub-setup.c

index e33065c600ac28f7c357dea36cd4ddd55ce133af..15bc11893ed261bb8340ff1ef8f20a31049aa2cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index ccbb46536cec08f30e1219c8a0e2fade99d54fff..295e30ad967dfef6d9b1d6a166698a8ded4bbc98 100644 (file)
@@ -373,7 +373,7 @@ setup (const char *dir,
   
   /* 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 ();