Skip to content

Commit

Permalink
scripts/image_st: use a 1MB blocksize by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kszaq committed May 10, 2019
1 parent b486229 commit 794dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/image_st
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 794dc71

Please sign in to comment.