]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/cdrom
Revert "Add Intel microcode updates from Jan 2018"
[ipfire-2.x.git] / lfs / cdrom
index 58e754f87b9db39c828994f100fcea7bb7dd1684..7a7fff166d752c051e76e22477858314cb9fd2fb 100644 (file)
--- a/lfs/cdrom
+++ b/lfs/cdrom
@@ -32,9 +32,12 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 ifeq "$(BUILD_PLATFORM)" "arm"
        TAR_OPTIONS =
 else
-       TAR_OPTIONS = --lzma
+       TAR_OPTIONS = --xz
 endif
 
+# Enable multi-threaded compression for LZMA
+export XZ_OPT = --threads=0
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################