mkrootfs: use parallel xz.

This commit is contained in:
Christian Neukirchen
2015-01-31 14:40:39 +01:00
committed by Juan RP
parent 690ffec05c
commit 5331b55e39

View File

@@ -149,7 +149,7 @@ done
if type pixz >/dev/null 2>&1; then
XZ=pixz
else
XZ=xz
XZ="xz -T0"
fi
#
# Check if package base-system is available.