* util/grub-install.in: Source grub-mkconfig_lib.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-07-10 15:32:43 +02:00
parent 2e418de646
commit 16a2bab03c
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-07-10 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.in: Source grub-mkconfig_lib.
2011-07-08 Vladimir Serbinenko <phcoder@gmail.com> 2011-07-08 Vladimir Serbinenko <phcoder@gmail.com>
Remove getroot.c from core on emu platform. Remove getroot.c from core on emu platform.

View file

@ -59,6 +59,8 @@ update_nvram=yes
removable=no removable=no
efi_quiet= efi_quiet=
. ${libdir}/@PACKAGE@/grub-mkconfig_lib
# Get GRUB_DISTRIBUTOR. # Get GRUB_DISTRIBUTOR.
if test -f "${sysconfdir}/default/grub" ; then if test -f "${sysconfdir}/default/grub" ; then
. "${sysconfdir}/default/grub" . "${sysconfdir}/default/grub"