Explorar el Código

mkrootfs: use parallel xz.

Christian Neukirchen hace 10 años
padre
commit
5331b55e39
Se han modificado 1 ficheros con 1 adiciones y 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.