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.
This commit is contained in:
chaac 2009-02-22 21:55:49 +00:00
parent a455f472aa
commit 74b21bee5c
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View 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.