Skip to content

Commit

Permalink
Merge pull request LibreELEC#3502 from kszaq/zstd_st
Browse files Browse the repository at this point in the history
scripts/image_st: use a 1MB blocksize by default
  • Loading branch information
jernejsk authored May 10, 2019
2 parents a40fffd + 794dc71 commit ce48a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/image_st
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ if [ -z "$SQUASHFS_COMPRESSION_OPTION" ]; then
elif [ "$SQUASHFS_COMPRESSION" = "lzo" ]; then
SQUASHFS_COMPRESSION_OPTION="-Xcompression-level 9 -b 524288"
elif [ "$SQUASHFS_COMPRESSION" = "zstd" ]; then
SQUASHFS_COMPRESSION_OPTION="-Xcompression-level 22 -b 262144"
SQUASHFS_COMPRESSION_OPTION="-Xcompression-level 22 -b 1048576"
fi
fi

Expand Down

0 comments on commit ce48a4e

Please sign in to comment.