mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
makeInitrd: use deterministic compression
This commit is contained in:
parent
d0bad145f5
commit
e53471eb54
|
@ -380,7 +380,7 @@ let
|
|||
inherit lib;
|
||||
};
|
||||
|
||||
makeInitrd = {contents, compressor ? "gzip -9"}:
|
||||
makeInitrd = {contents, compressor ? "gzip -9n"}:
|
||||
import ../build-support/kernel/make-initrd.nix {
|
||||
inherit stdenv perl perlArchiveCpio cpio contents ubootChooser compressor;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue