From 3d40cef5de036a4e9bf71cf3aa51154d72ab7da2 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 16 Mar 2022 14:23:30 +0100 Subject: [PATCH] remove -T0 --- etc/archboot/aarch64-latest.conf | 2 +- etc/archboot/aarch64-update_installer.conf | 2 +- etc/archboot/aarch64.conf | 2 +- etc/archboot/x86_64-latest.conf | 2 +- etc/archboot/x86_64.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/archboot/aarch64-latest.conf b/etc/archboot/aarch64-latest.conf index d0f661044..3be5d8f3d 100644 --- a/etc/archboot/aarch64-latest.conf +++ b/etc/archboot/aarch64-latest.conf @@ -26,6 +26,6 @@ COMPRESSION="zstd" # COMPRESSION_OPTIONS # Additional options for the compressor -COMPRESSION_OPTIONS=(-T0 -19) +COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" diff --git a/etc/archboot/aarch64-update_installer.conf b/etc/archboot/aarch64-update_installer.conf index 6a5b4a11a..d2bbc8532 100644 --- a/etc/archboot/aarch64-update_installer.conf +++ b/etc/archboot/aarch64-update_installer.conf @@ -38,6 +38,6 @@ COMPRESSION="zstd" # COMPRESSION_OPTIONS # Additional options for the compressor -COMPRESSION_OPTIONS=(-T0 -19) +#COMPRESSION_OPTIONS=() MODULES_DECOMPRESS="no" diff --git a/etc/archboot/aarch64.conf b/etc/archboot/aarch64.conf index ff59c8b79..344185561 100644 --- a/etc/archboot/aarch64.conf +++ b/etc/archboot/aarch64.conf @@ -35,5 +35,5 @@ COMPRESSION="zstd" # COMPRESSION_OPTIONS # Additional options for the compressor -COMPRESSION_OPTIONS=(-T0 -19) +COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" diff --git a/etc/archboot/x86_64-latest.conf b/etc/archboot/x86_64-latest.conf index 23309d92a..57b12c728 100644 --- a/etc/archboot/x86_64-latest.conf +++ b/etc/archboot/x86_64-latest.conf @@ -27,5 +27,5 @@ COMPRESSION="zstd" # COMPRESSION_OPTIONS # Additional options for the compressor -COMPRESSION_OPTIONS=(-T0 -19) +COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no" diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 7421ccc63..b9999cf85 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -37,5 +37,5 @@ COMPRESSION="zstd" # COMPRESSION_OPTIONS # Additional options for the compressor -COMPRESSION_OPTIONS=(-T0 -19) +COMPRESSION_OPTIONS=(-19) MODULES_DECOMPRESS="no"