2008-10-03 Felix Zielcke <fzielcke@z-51.de>
* util/i386/pc: Source grub-mkconfig_lib instead of update-grub_lib.
This commit is contained in:
parent
bf981c620b
commit
c9618ab2fa
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue