2009-11-11 Felix Zielcke <fzielcke@z-51.de>
Fix the generation of the man page. * util/pc/i386/grub-install.in: Source `${libdir}/grub/grub-mkconfig_lib' after options have been parsed.
This commit is contained in:
parent
2c55dbc0d5
commit
af7d4de5c2
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2009-11-11 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
Fix the generation of the man page.
|
||||||
|
|
||||||
|
* util/pc/i386/grub-install.in: Source
|
||||||
|
`${libdir}/grub/grub-mkconfig_lib' after options have been parsed.
|
||||||
|
|
||||||
2009-11-11 Robert Millan <rmh.grub@aybabtu.com>
|
2009-11-11 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
Large file support for grub-mkisofs.
|
Large file support for grub-mkisofs.
|
||||||
|
|
|
@ -31,9 +31,6 @@ target_cpu=@target_cpu@
|
||||||
platform=@platform@
|
platform=@platform@
|
||||||
pkglibdir=${libdir}/`echo ${PACKAGE_TARNAME}/${target_cpu}-${platform} | sed ${transform}`
|
pkglibdir=${libdir}/`echo ${PACKAGE_TARNAME}/${target_cpu}-${platform} | sed ${transform}`
|
||||||
|
|
||||||
# for make_system_path_relative_to_its_root()
|
|
||||||
. ${libdir}/grub/grub-mkconfig_lib
|
|
||||||
|
|
||||||
grub_setup=${sbindir}/`echo grub-setup | sed ${transform}`
|
grub_setup=${sbindir}/`echo grub-setup | sed ${transform}`
|
||||||
if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
|
if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
|
||||||
grub_mkimage=${bindir}/`echo grub-mkimage | sed ${transform}`
|
grub_mkimage=${bindir}/`echo grub-mkimage | sed ${transform}`
|
||||||
|
@ -144,6 +141,9 @@ for option in "$@"; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# for make_system_path_relative_to_its_root()
|
||||||
|
. ${libdir}/grub/grub-mkconfig_lib
|
||||||
|
|
||||||
if test "x$install_device" = x; then
|
if test "x$install_device" = x; then
|
||||||
echo "install_device not specified." 1>&2
|
echo "install_device not specified." 1>&2
|
||||||
usage
|
usage
|
||||||
|
|
Loading…
Reference in a new issue