From: Michael Tremer Date: Wed, 18 Oct 2017 11:35:19 +0000 (+0100) Subject: Revert "Use best XZ compression for smaller images and packages" X-Git-Tag: v2.19-core115~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=348ba8e2c54db7608ca9c2584c4c14b3466e6fbb;p=people%2Fstevee%2Fipfire-2.x.git Revert "Use best XZ compression for smaller images and packages" This reverts commit 5fd54721c2275def506ac54cc2e4e810f57fa491. Signed-off-by: Michael Tremer --- diff --git a/lfs/Config b/lfs/Config index d2ac8e4237..1077f25545 100644 --- a/lfs/Config +++ b/lfs/Config @@ -204,7 +204,7 @@ define PAK tar xf /install/packages/package/files.tmp -C /install/packages/package/tmp/ \ -p --numeric-owner rm -f /install/packages/package/files.tmp - cd /install/packages/package/tmp/ && XZ_OPT="-T0 --best" tar -c -p --numeric-owner -J -f /install/packages/package/files.tar.xz * + cd /install/packages/package/tmp/ && XZ_OPT=-T0 tar -c -p --numeric-owner -J -f /install/packages/package/files.tar.xz * rm -r /install/packages/package/tmp -cat /install/packages/package/ROOTFILES | grep -v "#" > /install/packages/package/ROOTFILES.tmp mv /install/packages/package/ROOTFILES.tmp /install/packages/package/ROOTFILES diff --git a/lfs/cdrom b/lfs/cdrom index 2f151037af..7a7fff166d 100644 --- a/lfs/cdrom +++ b/lfs/cdrom @@ -36,7 +36,7 @@ else endif # Enable multi-threaded compression for LZMA -export XZ_OPT = --threads=0 --best +export XZ_OPT = --threads=0 ############################################################################### # Top-level Rules