]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-02-22 Vesa Jääskeläinen <chaac@nic.fi>
authorchaac <chaac@localhost>
Sun, 22 Feb 2009 21:55:49 +0000 (21:55 +0000)
committerchaac <chaac@localhost>
Sun, 22 Feb 2009 21:55:49 +0000 (21:55 +0000)
Patch #25624 by Kevin Lacquement <kevin@lacqui>.

* util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard
coding tool name.

ChangeLog
util/grub-mkconfig.in

index 25c27a9aa8162aa5dd79de271c916fcf7749bdbb..c8c558a68a7aa45bb119788461a33b3b3d9c8aaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-22  Vesa Jääskeläinen  <chaac@nic.fi>
+
+       Patch #25624 by Kevin Lacquement <kevin@lacqui>.
+
+       * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard
+       coding tool name.
+
 2009-02-22  Robert Millan  <rmh@aybabtu.com>
 
        * include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro.
index 2d7510f83f50d7d33ddc6c7ad239faa76a341116..106476322d5b1828b82f573c8d5144d2401ee50f 100644 (file)
@@ -111,7 +111,7 @@ fi
 mkdir -p ${grub_prefix}
 
 if test -e ${grub_prefix}/device.map ; then : ; else
-  grub-mkdevicemap
+  ${grub_mkdevicemap}
 fi
 
 # Device containing our userland.  Typically used for root= parameter.