Use pigz
This commit is contained in:
parent
58ae36735a
commit
acf8372d4a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ EOF
|
|||
|
||||
if [[ "$(basename "$out_gz" .gz)" != "$(basename "$out_gz")" ]]; then
|
||||
echo "Compressing image..."
|
||||
gzip "$out"
|
||||
pigz "$out"
|
||||
echo "Compressed image: $out (size: $size)."
|
||||
else
|
||||
echo "Uncompressed image: $out (size: $size)."
|
||||
|
|
Loading…
Reference in a new issue