Explorar o código

mkrootfs: use parallel xz.

Christian Neukirchen %!s(int64=10) %!d(string=hai) anos
pai
achega
5331b55e39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mkrootfs.sh.in

+ 1 - 1
mkrootfs.sh.in

@@ -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.