makeInitrd: use deterministic compression
This commit is contained in:
parent
d0bad145f5
commit
e53471eb54
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ let
|
||||||
inherit lib;
|
inherit lib;
|
||||||
};
|
};
|
||||||
|
|
||||||
makeInitrd = {contents, compressor ? "gzip -9"}:
|
makeInitrd = {contents, compressor ? "gzip -9n"}:
|
||||||
import ../build-support/kernel/make-initrd.nix {
|
import ../build-support/kernel/make-initrd.nix {
|
||||||
inherit stdenv perl perlArchiveCpio cpio contents ubootChooser compressor;
|
inherit stdenv perl perlArchiveCpio cpio contents ubootChooser compressor;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue