From 55b172fef3ffb75a237b821bfbadc3ccecb01d93 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Wed, 7 Jun 2023 13:47:49 +0500 Subject: [PATCH] Remove note about utils_size The script automatically adjusts sizes, no need to manually set them anymore. --- create-conty.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/create-conty.sh b/create-conty.sh index 1f5061b..b56990a 100755 --- a/create-conty.sh +++ b/create-conty.sh @@ -20,7 +20,6 @@ squashfs_compressor_arguments=(-b 1M -comp ${squashfs_compressor} -Xcompression- #squashfs_compressor_arguments=(-b 256K -comp "${squashfs_compressor}" -Xhc) # Use DwarFS instead of SquashFS -# If you enable this, don't forget to change utils_size in conty-start.sh dwarfs="false" dwarfs_compressor_arguments=(-l7 -C zstd:level=19 --metadata-compression null \ -S 22 -B 2 --order nilsimsa:255:60000:60000 \