fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
482 stars 32 forks source link

Fix non-reproducible Linux kernel build due to timestamps #366

Closed Googulator closed 8 months ago

Googulator commented 8 months ago

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.)