mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Remove note about utils_size
The script automatically adjusts sizes, no need to manually set them anymore.
This commit is contained in:
parent
e8da3b7b72
commit
55b172fef3
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue