Update mkdwarfs parameters

This commit is contained in:
Kron4ek 2024-01-17 16:28:02 +03:00
parent 903c4fc72f
commit 7e50a8e5b7
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ fi
# These arguments are used to rebuild the image when using the self-update function
squashfs_comp_arguments=(-b 1M -comp zstd -Xcompression-level 19)
dwarfs_comp_arguments=(-l7 -C zstd:level=19 --metadata-compression null \
-S 21 -B 1 --order nilsimsa:255:60000:60000 \
-S 21 -B 1 --order nilsimsa \
-W 12 -w 4 --no-create-timestamp)
# Enable NVIDIA_HANDLER by default

View file

@ -22,7 +22,7 @@ squashfs_compressor_arguments=(-b 1M -comp ${squashfs_compressor} -Xcompression-
# Use DwarFS instead of SquashFS
dwarfs="false"
dwarfs_compressor_arguments=(-l7 -C zstd:level=19 --metadata-compression null \
-S 21 -B 1 --order nilsimsa:255:60000:60000 \
-S 21 -B 1 --order nilsimsa \
-W 12 -w 4 --no-create-timestamp)
# Set to true to use an existing image if it exists