2009-08-08 Pavel Roskin <proski@gnu.org>
* util/grub-mkconfig.in: Define datarootdir, datadir may depend on it. Add missing space before closing bracket. Fix misleading formatting.
This commit is contained in:
parent
892a3d9805
commit
29a6b9e8fa
2 changed files with 12 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2009-08-08 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* util/grub-mkconfig.in: Define datarootdir, datadir may depend
|
||||||
|
on it. Add missing space before closing bracket. Fix
|
||||||
|
misleading formatting.
|
||||||
|
|
||||||
2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
|
2009-08-07 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* docs/grub.texi: Major overhaul. Remove all sections that are
|
* docs/grub.texi: Major overhaul. Remove all sections that are
|
||||||
|
|
|
@ -24,6 +24,7 @@ sbindir=@sbindir@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
package_version=@PACKAGE_VERSION@
|
package_version=@PACKAGE_VERSION@
|
||||||
|
datarootdir=@datarootdir@
|
||||||
datadir=@datadir@
|
datadir=@datadir@
|
||||||
pkgdatadir=${datadir}/`echo @PACKAGE_TARNAME@ | sed "${transform}"`
|
pkgdatadir=${datadir}/`echo @PACKAGE_TARNAME@ | sed "${transform}"`
|
||||||
grub_prefix=`echo /boot/grub | sed ${transform}`
|
grub_prefix=`echo /boot/grub | sed ${transform}`
|
||||||
|
@ -161,17 +162,17 @@ case ${GRUB_TERMINAL_OUTPUT} in
|
||||||
else
|
else
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [ "${basename}" = "ascii"] ; then
|
if [ "${basename}" = "ascii" ] ; then
|
||||||
# make sure all our children behave in conformance with ascii..
|
# make sure all our children behave in conformance with ascii..
|
||||||
export LANG=C
|
export LANG=C
|
||||||
fi
|
fi
|
||||||
break 2
|
break 2
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
if [ -z "${GRUB_FONT_PATH}" ] ; then
|
if [ -z "${GRUB_FONT_PATH}" ] ; then
|
||||||
# fallback to the native terminal for this platform
|
# fallback to the native terminal for this platform
|
||||||
unset GRUB_TERMINAL_OUTPUT
|
unset GRUB_TERMINAL_OUTPUT
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# make sure all our children behave in conformance with ascii..
|
# make sure all our children behave in conformance with ascii..
|
||||||
|
|
Loading…
Add table
Reference in a new issue