nixpkgs/pkgs/build-support/kernel
Thomas Watson 7fd6cea253 make-initrd: fix reproducibility problems
cpio includes the number of directory hard links in archives it creates.
Some filesystems, like btrfs, do not count directory hard links the same
way as more common filesystems like ext4 or tmpfs, so archives built
when /tmp is on such a filesystem do not reproduce. This patch replaces
cpio with bsdtar, which does not have this issue. The specific
invocation is from this page:
https://reproducible-builds.org/docs/archives/
2022-04-14 19:06:30 -05:00
..
initrd-compressor-meta.nix
make-initrd.nix make-initrd: fix reproducibility problems 2022-04-14 19:06:30 -05:00
make-initrd.sh make-initrd: fix reproducibility problems 2022-04-14 19:06:30 -05:00
modules-closure.nix
modules-closure.sh
paths-from-graph.pl