Faster compression and note on isoName
This commit is contained in:
parent
dd9b481b78
commit
be756ab8d3
|
@ -28,8 +28,10 @@ nixpkgs: machine:
|
|||
|
||||
isoImage = {
|
||||
compressImage = false;
|
||||
squashfsCompression = "gzip -Xcompression-level 1";
|
||||
squashfsCompression = "lz4";
|
||||
isoName = lib.mkForce "installer.iso";
|
||||
## ^^ FIXME: Use a more interesting name or keep the default name and
|
||||
## use `isoImage.isoName` in the tests.
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
Reference in a new issue