From 3c66db7e281498a7c2c9399e88ba5dc3ab1d8118 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Fri, 1 Mar 2024 18:25:07 +0100 Subject: [PATCH] Update TODO file Update the line about dynamically load compression libraries. --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 42cd5128fdc..b8a36bc37ca 100644 --- a/TODO +++ b/TODO @@ -1400,8 +1400,8 @@ Features: - kmod-libs (only when called from PID 1) - libblkid (only in RootImage= handling in PID 1, but not elsewhere) - libpam (only when called from PID 1) - - bzip2, xz, lz4 (always — gzip and zstd should probably stay static deps the way they are, - since they are so basic and our defaults) + - bzip2 (always — gzip should probably stay static dep the way it is, + since it's so basic and our defaults) * seccomp: maybe use seccomp_merge() to merge our filters per-arch if we can. Apparently kernel performance is much better with fewer larger seccomp -- 2.47.3