summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-10-07 07:00:21 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-07 07:00:21 (EDT)
commitb66edef4fd1c4424238ca30ff6ff78fe3e032eac (patch)
tree71ac204a5e72d9f42454311727b15204411eea04 /resources
parentd0c54b9ca11bdcae0b179d21028c722aeb9f9095 (diff)
downloadlibreboot-b66edef4fd1c4424238ca30ff6ff78fe3e032eac.zip
libreboot-b66edef4fd1c4424238ca30ff6ff78fe3e032eac.tar.gz
libreboot-b66edef4fd1c4424238ca30ff6ff78fe3e032eac.tar.bz2
Update GRUB
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/download/grub5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index 229b8ce..5138f76 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -24,8 +24,6 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
-# Get GRUB, revert to commit last used and apply patches.
-
# Remove the old version that may still exist
# ------------------------------------------------------------------------------
@@ -42,6 +40,9 @@ git clone git://git.savannah.gnu.org/grub.git
# modifications are required
cd "grub/"
+# reset to known revision
+git reset --hard 7a210304ebfd6d704b4fc08fe496a0c417441879
+
# Apply patches
# ------------------------------------------------------------------------------