From 2c9e17b20d881bcc90a5ce15eed2918413efabf3 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 7 Nov 2024 13:00:26 +0100 Subject: [PATCH] [Boot] disable ZSWAP_ZPOOL_DEFAULT_Z3FOLD as it no longer exists --- boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.nix b/boot.nix index 326e9cf..71d44c3 100644 --- a/boot.nix +++ b/boot.nix @@ -9,7 +9,7 @@ let MODULE_COMPRESS_XZ n MODULE_COMPRESS_ZSTD y ZSWAP_COMPRESSOR_DEFAULT_ZSTD y - ZSWAP_ZPOOL_DEFAULT_Z3FOLD y # Use more-efficient z3fold by default (especially useful with Zstd which has a high compression ratio.) + #ZSWAP_ZPOOL_DEFAULT_Z3FOLD y # Use more-efficient z3fold by default (especially useful with Zstd which has a high compression ratio.) FW_LOADER_COMPRESS_ZSTD y ZRAM_DEF_COMP_ZSTD y '';