]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/Config
Use best XZ compression for smaller images and packages
[ipfire-2.x.git] / lfs / Config
index 1077f25545e42421650803b9ef33166c120eb248..d2ac8e4237633b7ec96bda6605bcadefad545204 100644 (file)
@@ -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 tar -c -p --numeric-owner -J -f /install/packages/package/files.tar.xz *
+       cd /install/packages/package/tmp/ && XZ_OPT="-T0 --best" 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