]> Zhao Yanbai Git Server - minix.git/commitdiff
fixed git checkout and updated latest known changeset working for grub 66/3366/1
authorrlfnb <rlfnb@rlfnb.de>
Fri, 14 Oct 2016 07:24:15 +0000 (09:24 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 18 Oct 2016 12:22:28 +0000 (14:22 +0200)
Change-Id: If4a1e8bfb42a20cf50d847105cc8f96c3cf1cd00

releasetools/image.functions

index de0c8c0d2ba36b1f59bf02b8d2f46c0050659097..77e1d78e42f62f03aade6cd3535e6cfd155f8b41 100644 (file)
@@ -257,7 +257,7 @@ fetch_and_build_grub()
          git clone git://git.savannah.gnu.org/grub.git ${RELEASETOOLSDIR}/grub
          pushd ${RELEASETOOLSDIR}/grub
          # most recent known working commit at the time of writing
-         git clone b524fa27f56381bb0efa4944e36f50265113aee5
+         git checkout a0bf403f66dbaca4edd8e667bfc397dd91c8d71c
          ./autogen.sh
          ./configure --with-platform=efi --target=i386
          make clean