From c9618ab2faed353c42d13a6b6233c40828a46504 Mon Sep 17 00:00:00 2001 From: fzielcke Date: Fri, 3 Oct 2008 18:05:21 +0000 Subject: [PATCH] 2008-10-03 Felix Zielcke * util/i386/pc: Source grub-mkconfig_lib instead of update-grub_lib. --- ChangeLog | 4 ++++ util/i386/pc/grub-install.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 672cefbcf..22eacd461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-03 Felix Zielcke + + * util/i386/pc: Source grub-mkconfig_lib instead of update-grub_lib. + 2008-10-03 Felix Zielcke * util/update-grub_lib.in: Mention filename in warning message. diff --git a/util/i386/pc/grub-install.in b/util/i386/pc/grub-install.in index 4a4546ee9..41805c0d1 100644 --- a/util/i386/pc/grub-install.in +++ b/util/i386/pc/grub-install.in @@ -118,7 +118,7 @@ for option in "$@"; do done # for make_system_path_relative_to_its_root() -. ${libdir}/grub/update-grub_lib +. ${libdir}/grub/grub-mkconfig_lib if test "x$install_device" = x; then echo "install_device not specified." 1>&2