commit d0c8bcfe05162d2266cf779609b1bbb222982c84 (tree)
parent e165c781effeb2569c7046136ead27c6908c8b9a
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Mon, 2 Dec 2024 21:47:48 +0200
expand vm compression comment
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix
@@ -34,8 +34,10 @@
in
{
isoName = "toolshed-${vsn}.iso";
+
# as of writing zstd -19 reduces toolshed from 9.1G to 8.6G, but takes
- # ~30min on fwminex, as opposed to 10m with default settings.
+ # ~30min on fwminex, as opposed to ~10m with default settings. xz also
+ # yields 8.6G.
#squashfsCompression = "zstd -Xcompression-level 19";
squashfsCompression = "zstd";
appendToMenuLabel = " Toolshed ${vsn}";