From be756ab8d31c337c783c746f80334cf7651bf829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 1 Oct 2024 13:29:06 +0200 Subject: [PATCH] Faster compression and note on `isoName` --- installer.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installer.nix b/installer.nix index cbd2ba5..ba59526 100644 --- a/installer.nix +++ b/installer.nix @@ -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