]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-11-05 Robert Millan <rmh@gnu.org>
authorRobert Millan <rmh@gnu.org>
Fri, 5 Nov 2010 21:56:14 +0000 (22:56 +0100)
committerRobert Millan <rmh@gnu.org>
Fri, 5 Nov 2010 21:56:14 +0000 (22:56 +0100)
* util/grub-mkconfig.in: Remove gfxterm.mod probe (no longer
needed).

ChangeLog
util/grub-mkconfig.in

index d9d2ebbe5851b480a7d5de415801fa6eb68505be..906ebec69033af255dee3927a970fff05e4569a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-05  Robert Millan  <rmh@gnu.org>
+
+       * util/grub-mkconfig.in: Remove gfxterm.mod probe (no longer
+       needed).
+
 2010-11-05  Robert Millan  <rmh@gnu.org>
 
        On Yeeloong, pass machine type information to Linux.
index b59911cd0654d365b2cf87624b31b8f1a81a7169..73f7301312adcc509ce11b27e369a2ef13ffc7d0 100644 (file)
@@ -168,20 +168,6 @@ fi
 
 for x in ${GRUB_TERMINAL_OUTPUT}; do
     if [ "x${x}" = "xgfxterm" ]; then
-        # If this platform supports gfxterm, try to use it.
-       if ! test -e ${GRUB_PREFIX}/gfxterm.mod ; then
-           if [ "x$termoutdefault" != "x1" ]; then
-               echo "gfxterm isn't available on your platform" >&2 ; exit 1
-           fi
-           GRUB_TERMINAL_OUTPUT=
-           break;
-       fi
-       if [ ! -s "${GRUB_PREFIX}/video.lst" ] ; then
-           if [ "x$termoutdefault" != "x1" ]; then
-               echo "No suitable backend could be found for gfxterm." >&2 ; exit 1
-           fi
-           GRUB_TERMINAL_OUTPUT=
-       fi
        if [ -n "$GRUB_FONT" ] ; then
            if is_path_readable_by_grub ${GRUB_FONT} > /dev/null ; then
                GRUB_FONT_PATH=${GRUB_FONT}