From dfbcec9d8674fe04521d3626e9245efcb41772ac Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 13 Feb 2015 20:46:47 -0500 Subject: getgrub: Update GRUB Also, use "git am" instead of "git apply" --- (limited to 'getgrub') diff --git a/getgrub b/getgrub index b70a784..709fe99 100755 --- a/getgrub +++ b/getgrub @@ -41,16 +41,13 @@ cd grub # Reset to the last commit that was tested # -------------------------------------------------------------------------------- -git reset --hard bac5d1a64ab4191058a8fd4c05f6b3b339e249e7 +git reset --hard 32cd33bd19348afb77ab849846e0b6d6157ea308 # Apply patches # -------------------------------------------------------------------------------- -# See resources/grub/patch/gitdiff # Replace "GNU GRUB version" in GRUB screen with "FREE AS IN FREEDOM" - -# copy it from resources -git apply ../resources/grub/patch/gitdiff +git am "../resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch" cd ../ echo "FINISHED DOWNLOADING GRUB" -- cgit v0.9.1