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: various improvements 2020-12-17 11:37:04 +01:00
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 nixos/modules-closure.sh: don't fail if firmware is missing 2021-01-11 17:26:33 +01:00
paths-from-graph.pl