Remove note about utils_size

The script automatically adjusts sizes, no need to manually set them anymore.
This commit is contained in:
Kron4ek 2023-06-07 13:47:49 +05:00 committed by GitHub
parent e8da3b7b72
commit 55b172fef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ squashfs_compressor_arguments=(-b 1M -comp ${squashfs_compressor} -Xcompression-
#squashfs_compressor_arguments=(-b 256K -comp "${squashfs_compressor}" -Xhc) #squashfs_compressor_arguments=(-b 256K -comp "${squashfs_compressor}" -Xhc)
# Use DwarFS instead of SquashFS # Use DwarFS instead of SquashFS
# If you enable this, don't forget to change utils_size in conty-start.sh
dwarfs="false" dwarfs="false"
dwarfs_compressor_arguments=(-l7 -C zstd:level=19 --metadata-compression null \ dwarfs_compressor_arguments=(-l7 -C zstd:level=19 --metadata-compression null \
-S 22 -B 2 --order nilsimsa:255:60000:60000 \ -S 22 -B 2 --order nilsimsa:255:60000:60000 \