mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/mkimage: use pigz when compressing image
This commit is contained in:
parent
d048fdc3dd
commit
9bb0b82aba
@ -325,7 +325,7 @@ fi
|
|||||||
|
|
||||||
# gzip
|
# gzip
|
||||||
echo "image: compressing..."
|
echo "image: compressing..."
|
||||||
gzip -f "${DISK}"
|
pigz --best --force "${DISK}"
|
||||||
|
|
||||||
# set owner
|
# set owner
|
||||||
if [ -n "${SUDO_USER}" ]; then
|
if [ -n "${SUDO_USER}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user