From 7e50a8e5b742c6c1aae167e705e18257b3ea10fd Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Wed, 17 Jan 2024 16:28:02 +0300 Subject: [PATCH] Update mkdwarfs parameters --- conty-start.sh | 2 +- create-conty.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conty-start.sh b/conty-start.sh index 9a30fd7..01b478d 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -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 diff --git a/create-conty.sh b/create-conty.sh index c887073..3fd4bd1 100755 --- a/create-conty.sh +++ b/create-conty.sh @@ -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