aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers
diff options
context:
space:
mode:
authorSwift Geek <swiftgeek@gmail.com>2018-06-25 17:04:26 +0000
committerGogs <gogitservice@gmail.com>2018-06-25 17:04:26 +0000
commitdcdd7b0237e1f635b87c2215b5ddfd75b017f65a (patch)
treeae0e4e0f35e0eed98ead889ef31a087c7e8be0cd /resources/scripts/helpers
parent957ca3ab140140c44923d5f63f7cf4e711dd11af (diff)
parent2373ddab15df2f7cb71993c5dafcb09cbb2f3ac0 (diff)
downloadlibrebootfr-dcdd7b0237e1f635b87c2215b5ddfd75b017f65a.tar.gz
librebootfr-dcdd7b0237e1f635b87c2215b5ddfd75b017f65a.zip
Merge branch 'master' of johnmh/libreboot into master
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-xresources/scripts/helpers/download/grub5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index c0a298cb..3ec8a8fb 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -49,6 +49,11 @@ git reset --hard e54c99aaff5e5f6f5d3b06028506c57e66d8ef77
# 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"
+# Enable reproducible builds
+git am "../resources/grub/patch/reproducible/0001-mkstandalone-add-argument-fixed-time-to-override-mti.patch"
+git am "../resources/grub/patch/reproducible/0002-mkrescue-add-argument-fixed-time-to-get-reproducible.patch"
+git am "../resources/grub/patch/reproducible/0003-Makefile-use-FIXED_TIMESTAMP-for-mkstandalone-if-set.patch"
+
cd "../"
# Also download SeaBIOS, which we use with GRUB, to implement SeaGRUB