scripts/mkimage: use pigz when compressing image

This commit is contained in:
MilhouseVH 2019-06-26 06:13:28 +01:00
parent a4b0706441
commit 3cf175b0b2

View File

@ -318,7 +318,7 @@ fi
# gzip
echo "image: compressing..."
gzip -f "${DISK}"
pigz --best --force "${DISK}"
# set owner
if [ -n "${SUDO_USER}" ]; then