From 433a611348606496166bceab9f8b73c726d9d1aa Mon Sep 17 00:00:00 2001 From: rlfnb Date: Fri, 14 Oct 2016 09:24:15 +0200 Subject: [PATCH] fixed git checkout and updated latest known changeset working for grub --- releasetools/image.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasetools/image.functions b/releasetools/image.functions index de0c8c0d2..14d39da89 100644 --- a/releasetools/image.functions +++ b/releasetools/image.functions @@ -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