mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-25 09:58:45 +01:00
Update mkdwarfs parameters
This commit is contained in:
parent
903c4fc72f
commit
7e50a8e5b7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue