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:
parent
a455f472aa
commit
74b21bee5c
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
2009-02-22 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro.
|
* include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro.
|
||||||
|
|
|
@ -111,7 +111,7 @@ fi
|
||||||
mkdir -p ${grub_prefix}
|
mkdir -p ${grub_prefix}
|
||||||
|
|
||||||
if test -e ${grub_prefix}/device.map ; then : ; else
|
if test -e ${grub_prefix}/device.map ; then : ; else
|
||||||
grub-mkdevicemap
|
${grub_mkdevicemap}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Device containing our userland. Typically used for root= parameter.
|
# Device containing our userland. Typically used for root= parameter.
|
||||||
|
|
Loading…
Reference in a new issue