Looks good
On 04.12.2015 19:32, Alexander Couzens wrote:
> mkstandalone sets timestamps for files which can be overriden by a
> fixed_timestamp.
> This makes it possible to build reproducible builds for coreboot.
>
> To build a reproducible build of grub for coreboot do:
> export SOURCE_DATE_EPOC
mkstandalone sets timestamps for files which can be overriden by a
fixed_timestamp.
This makes it possible to build reproducible builds for coreboot.
To build a reproducible build of grub for coreboot do:
export SOURCE_DATE_EPOCH=1134242
make default_payload.elf
---
Makefile.am | 2 +-
1 file ch