diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 19:03:52 +0000 |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-12-04 19:08:06 +0000 |
commit | 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0 (patch) | |
tree | 06502e98de84f539fd001d6bd64cb71f8cb8e0a7 /resources/scripts/helpers/download | |
parent | 2e7fde09174aed5f3cc7d714dbe32e451873f3c9 (diff) | |
download | librebootfr-26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0.tar.gz librebootfr-26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0.zip |
grub: build reproducibly
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 00129743..f823debd 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -58,5 +58,10 @@ git am "../resources/grub/patch/grub.johnlane.ie/0005-Cryptomount-support-for-hy # hotfix from kl3 (merged from autoboot) (ditto) git am "../resources/grub/patch/grub.johnlane.ie/0006-grub-core-disk-cryptodisk.c-Point-to-const-char.patch" +# Needed for reproducible builds in GRUB +git am "../resources/grub/patch/reproducible/"\[PATCH\ v3\ 1_3\]\ mkstandalone\:\ add\ argument\ --fixed-time\ to\ override\ mtime\ of\ files.eml +git am "../resources/grub/patch/reproducible/"\[PATCH\ v3\ 2_3\]\ mkrescue\:\ add\ argument\ --fixed-time\ to\ get\ reproducible\ uuids.eml +git am "../resources/grub/patch/reproducible/"\[PATCH\ v3\ 3_3\]\ Makefile_coreboot\ use\ SOURCE_DATE_EPOCH\ as\ time\ source\ if\ set.eml + cd "../" printf "\n\n" |