From: chaac Date: Sun, 22 Feb 2009 21:55:49 +0000 (+0000) Subject: 2009-02-22 Vesa Jääskeläinen X-Git-Tag: 1.98~1121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b21bee5ceffb33468e0e862e318e20b16cd150;p=thirdparty%2Fgrub.git 2009-02-22 Vesa Jääskeläinen Patch #25624 by Kevin Lacquement . * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard coding tool name. --- diff --git a/ChangeLog b/ChangeLog index 25c27a9aa..c8c558a68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-02-22 Vesa Jääskeläinen + + Patch #25624 by Kevin Lacquement . + + * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard + coding tool name. + 2009-02-22 Robert Millan * include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro. diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in index 2d7510f83..106476322 100644 --- a/util/grub-mkconfig.in +++ b/util/grub-mkconfig.in @@ -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.