Skip to content

Commit

Permalink
scripts/mkimage: use pigz when compressing image
Browse files Browse the repository at this point in the history
  • Loading branch information
MilhouseVH committed Jun 27, 2019
1 parent a4b0706 commit 3cf175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mkimage
Expand Up @@ -318,7 +318,7 @@ fi

# gzip
echo "image: compressing..."
gzip -f "${DISK}"
pigz --best --force "${DISK}"

# set owner
if [ -n "${SUDO_USER}" ]; then
Expand Down

0 comments on commit 3cf175b

Please sign in to comment.