Revert "Update create-conty.sh"

This reverts commit 7c0a8d0b8e.

Revert the previous commit

Unintentional commit.
This commit is contained in:
Kron4ek 2023-07-06 23:00:42 +05:00
parent 7c0a8d0b8e
commit d62ded2f56

View file

@ -11,13 +11,13 @@ USE_SYS_UTILS=0
# Supported compression algorithms: lz4, zstd, gzip, xz, lzo # Supported compression algorithms: lz4, zstd, gzip, xz, lzo
# These are the algorithms supported by the integrated squashfuse # These are the algorithms supported by the integrated squashfuse
# However, your squashfs-tools (mksquashfs) may not support some of them # However, your squashfs-tools (mksquashfs) may not support some of them
#squashfs_compressor="zstd" squashfs_compressor="zstd"
#squashfs_compressor_arguments=(-b 1M -comp ${squashfs_compressor} -Xcompression-level 19) squashfs_compressor_arguments=(-b 1M -comp ${squashfs_compressor} -Xcompression-level 19)
# Uncomment these variables if your mksquashfs does not support zstd or # Uncomment these variables if your mksquashfs does not support zstd or
# if you want faster compression/decompression (at the cost of compression ratio) # if you want faster compression/decompression (at the cost of compression ratio)
squashfs_compressor="lz4" #squashfs_compressor="lz4"
squashfs_compressor_arguments=(-b 256K -comp "${squashfs_compressor}") #squashfs_compressor_arguments=(-b 256K -comp "${squashfs_compressor}" -Xhc)
# Use DwarFS instead of SquashFS # Use DwarFS instead of SquashFS
dwarfs="false" dwarfs="false"