summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/grub
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/download/grub')
-rwxr-xr-xresources/scripts/helpers/download/grub7
1 files changed, 1 insertions, 6 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index 70835f2..45414dc 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -45,7 +45,7 @@ cd "grub/"
# Reset to the last commit that was tested
# ------------------------------------------------------------------------------
-git reset --hard fa07d919d1ff868b18d8a42276d094b63a58e299
+git reset --hard afd0f21b2027310fda52b00ac1b964041d39a363
# Apply patches
# ------------------------------------------------------------------------------
@@ -53,11 +53,6 @@ git reset --hard fa07d919d1ff868b18d8a42276d094b63a58e299
# Replace "GNU GRUB version" in GRUB screen with "FREE AS IN FREEDOM"
git am "../resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch"
-# See 0002-lib-syslinux_parse-add-support-for-vesa-menu.c32.patch
-# Wait for it or an improved version of it to be merged, then update GRUB and delete the patch file
-# https://people.torproject.org/~lunar/volatile/2015-03-17-e3Yp1d7FifQ/0001-lib-syslinux_parse-add-support-for-vesa-menu.c32.patch
-git am "../resources/grub/patch/0002-lib-syslinux_parse-add-support-for-vesa-menu.c32.patch"
-
cd "../"
printf "\n\n"