Skip to content

Commit

Permalink
Add a note about better compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Apr 5, 2022
1 parent e55b1e6 commit 485cb07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions create-conty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
squashfs_compressor="lz4"
squashfs_compressor_arguments="-b 256K -comp ${squashfs_compressor} -Xhc"

# Uncomment these two lines if you want better compression and your mksquashfs supports zstd
#squashfs_compressor="zstd"
#squashfs_compressor_arguments="-b 1M -comp ${squashfs_compressor} -Xcompression-level 19"

# Use dwarfs instead of squashfs
dwarfs="false"
dwarfs_compressor_arguments="-l7 -C zstd:level=19 --metadata-compression null \
Expand Down

0 comments on commit 485cb07

Please sign in to comment.