armbian-next: compression: fast xz compression for images

This commit is contained in:
Ricardo Pardini 2023-02-12 14:21:24 +01:00
parent a2304f28b0
commit 4f36681818
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02

View File

@ -27,7 +27,7 @@ function output_images_compress_and_checksum() {
if [[ $COMPRESS_OUTPUTIMAGE == *xz* ]]; then
display_alert "Compressing with pixz" "${uncompressed_file_basename}.xz" "info"
pixz -7 "${uncompressed_file}" # "If pixz is provided with input but no output, it will delete the input"
pixz -1 "${uncompressed_file}" # "If pixz is provided with input but no output, it will delete the input"
compression_type=".xz"
fi