mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Fix non-reproducible Linux kernel build due to timestamps
Linux's KBUILD doesn't follow SOURCE_DATE_EPOCH, but rather it uses its own variable, KBUILD_BUILD_TIMESTAMP. While we are at it, also update kexec-linux's checksum, which didn't match either. (This one was reproducible, it was just out of date.)
This commit is contained in:
parent
55ad47acd7
commit
47711cfea9
2 changed files with 3 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ SRCDIR=${SRCDIR}
|
|||
MAKEJOBS=-j${JOBS}
|
||||
export HOME=/tmp
|
||||
export SOURCE_DATE_EPOCH=0
|
||||
export KBUILD_BUILD_TIMESTAMP='@0'
|
||||
export SHELL=/usr/bin/bash
|
||||
DESTDIR=/tmp/destdir
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue