]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-10-03 Felix Zielcke <fzielcke@z-51.de>
authorfzielcke <fzielcke@localhost>
Fri, 3 Oct 2008 18:05:21 +0000 (18:05 +0000)
committerfzielcke <fzielcke@localhost>
Fri, 3 Oct 2008 18:05:21 +0000 (18:05 +0000)
* util/i386/pc: Source grub-mkconfig_lib instead of update-grub_lib.

ChangeLog
util/i386/pc/grub-install.in

index 672cefbcf5d2a11fdd10cdd88892ed7433f1c140..22eacd461ac92a2e302ddd150bdf52481aac7274 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
+
+       * util/i386/pc: Source grub-mkconfig_lib instead of update-grub_lib.
+
 2008-10-03  Felix Zielcke  <fzielcke@z-51.de>
 
        * util/update-grub_lib.in: Mention filename in warning message.
index 4a4546ee937f8c15ad874c8bd8dbd738b42e8a22..41805c0d126e4777a876ba9d57e1bc82ce47ee50 100644 (file)
@@ -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