Faster compression and note on isoName

This commit is contained in:
Nicolas Jeannerod 2024-10-01 13:29:06 +02:00
parent dd9b481b78
commit be756ab8d3
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -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