mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Use lz4 for squashfs compression by default
This commit is contained in:
parent
4a500f08ae
commit
f87e9df6a1
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|||
|
||||
# Builtin suqashfuse supports only lz4 and zstd
|
||||
# So choose either lz4 or zstd
|
||||
squashfs_compressor="zstd"
|
||||
compressor_arguments="-Xcompression-level 19"
|
||||
squashfs_compressor="lz4"
|
||||
compressor_arguments="-Xhc"
|
||||
|
||||
bootstrap="${script_dir}"/root.x86_64
|
||||
|
||||
|
|
Loading…
Reference in a new issue