From 5e4f03c20a8cfede4e4d4ccaea7d113fc5e46134 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Wed, 10 Sep 2014 20:24:45 -0400 Subject: 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. --- (limited to 'getgrub') 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 -# Date: Thu Aug 14 21:02:31 2014 +0400 -# -# Fix typo (gettext_print instead of gettext_printf) +# commit 4b8b9135f1676924a8458da528d264bbc7bbb301 +# Author: Vladimir Serbinenko +# 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 . -git reset --hard c291f47b2c003ef6daeafaedd458db838bad6fb8 +git reset --hard 4b8b9135f1676924a8458da528d264bbc7bbb301 # Apply patches # -------------------------------------------------------------------------------- -- cgit v0.9.1