aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2022-06-20 19:53:29 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2022-06-20 19:53:29 -0700
commit248bd41e5d20cf42652295148c7856a39d94591c (patch)
tree1abb33041392fabde607bd70eb35eeec7a46c818
parentFixes a mistake with quotation usage when testing for LVM flag (diff)
parentEnable threaded XZ compression by default (diff)
downloadgenkernel-248bd41e5d20cf42652295148c7856a39d94591c.tar.gz
genkernel-248bd41e5d20cf42652295148c7856a39d94591c.tar.bz2
genkernel-248bd41e5d20cf42652295148c7856a39d94591c.zip
Merge Enable threaded XZ compression by default
Merges: https://github.com/gentoo/genkernel/pull/41 Closes: https://github.com/gentoo/genkernel/pull/41 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--defaults/compression_methods.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/compression_methods.sh b/defaults/compression_methods.sh
index b65f057..37abf46 100644
--- a/defaults/compression_methods.sh
+++ b/defaults/compression_methods.sh
@@ -32,7 +32,7 @@ GKICM_LZMA_EXT=".lzma"
GKICM_LZMA_PKG="app-arch/xz-utils"
GKICM_XZ_KOPTNAME="XZ"
-GKICM_XZ_CMD="xz -e --check=none -z -f -9"
+GKICM_XZ_CMD="xz -e --check=none -z -f -9 -T 0"
GKICM_XZ_EXT=".xz"
GKICM_XZ_PKG="app-arch/xz-utils"