* util/grub-install.in: Source grub-mkconfig_lib.
This commit is contained in:
parent
2e418de646
commit
16a2bab03c
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue