expand vm compression comment

This commit is contained in:
Motiejus Jakštys 2024-12-02 21:47:48 +02:00
parent e165c781ef
commit d0c8bcfe05

View File

@ -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}";