diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 05:40:29 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 05:40:29 +0000 |
commit | 610ab4080996a2c6808ddbfdbddef4de102051d6 (patch) | |
tree | b165c9410c6da3b8f60c723fa2fd92b4cc9267b2 /resources/scripts | |
parent | fc4c24864a0672fce04f79abe76586ae487c104d (diff) | |
download | librebootfr-610ab4080996a2c6808ddbfdbddef4de102051d6.tar.gz librebootfr-610ab4080996a2c6808ddbfdbddef4de102051d6.zip |
GRUB: really make it reproducible
Use older version of Alexander's patches, for now. Wait until
the final versions are merged upstream in GRUB.
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index f823debd..59d5664a 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -59,9 +59,9 @@ git am "../resources/grub/patch/grub.johnlane.ie/0005-Cryptomount-support-for-hy 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 +git am "../resources/grub/patch/reproducible/"\[PATCH\ 1_3\]\ mkstandalone\:\ add\ argument\ --fixed-time\ to\ override\ mtime\ of\ files.eml +git am "../resources/grub/patch/reproducible/"\[PATCH\ 2_3\]\ mkrescue\:\ add\ argument\ --fixed-time\ to\ get\ reproducible\ uuids.eml +git am "../resources/grub/patch/reproducible/"\[PATCH\ 3_3\]\ Makefile\:\ use\ FIXED_TIMESTAMP\ for\ mkstandalone\ if\ set.eml cd "../" printf "\n\n" |