summaryrefslogtreecommitdiff
path: root/getgrub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-09-11 01:24:45 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-09-11 03:55:10 +0100
commit5e4f03c20a8cfede4e4d4ccaea7d113fc5e46134 (patch)
tree86fb1cd3ef0217e4147684bbf45392167cf118a7 /getgrub
parenta8aa1134c62d136045f7683528358f8137726e28 (diff)
Regression fix: Parabola live ISO boot issues
Reverted back to the GRUB git revision used in 5th beta of 6th release. Will need to investigate what commit in GRUB caused the issue.
Diffstat (limited to 'getgrub')
-rwxr-xr-xgetgrub14
1 files changed, 8 insertions, 6 deletions
diff --git a/getgrub b/getgrub
index cc2e6df..39a170a 100755
--- a/getgrub
+++ b/getgrub
@@ -39,15 +39,17 @@ cd grub
# Reset to the last commit that was tested
# --------------------------------------------------------------------------------
+# Commit ID used (see "git log"):
#
-# commit c291f47b2c003ef6daeafaedd458db838bad6fb8
-# Author: Andrey Borzenkov <arvidjaar@gmail.com>
-# Date: Thu Aug 14 21:02:31 2014 +0400
-#
-# Fix typo (gettext_print instead of gettext_printf)
+# commit 4b8b9135f1676924a8458da528d264bbc7bbb301
+# Author: Vladimir Serbinenko <phcoder@gmail.com>
+# Date: Sun Apr 20 16:12:41 2014 +0200
#
+# * grub-core/kern/misc.c (__bzero): Don't compile in GRUB_UTIL.
+#
+# Reported by: Yves Blusseau <blusseau@zetam.org>.
-git reset --hard c291f47b2c003ef6daeafaedd458db838bad6fb8
+git reset --hard 4b8b9135f1676924a8458da528d264bbc7bbb301
# Apply patches
# --------------------------------------------------------------------------------