Eradicate gzip -9 without -n
This commit is contained in:
committed by
Vladimír Čunát
parent
40397be737
commit
da1f8578b0
@@ -326,7 +326,7 @@ in
|
||||
|
||||
boot.initrd.compressor = mkOption {
|
||||
internal = true;
|
||||
default = "gzip -9";
|
||||
default = "gzip -9n";
|
||||
type = types.str;
|
||||
description = "The compressor to use on the initrd image.";
|
||||
example = "xz";
|
||||
|
||||
Reference in New Issue
Block a user