From a211d4523820b48467dddc9af7c6586c2b4cd807 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 16 May 2023 09:06:06 +0000 Subject: [PATCH] dracut: lower ram usage at compression this lower the compression ratio sligtly (the ramdlisk is 100kb larger) and use only a single thread now. (it's still faster than before on a dual core.) fixes: #13091 Signed-off-by: Arne Fitzenreiter --- config/dracut/ipfire.conf | 2 +- config/rootfiles/core/175/filelists/files | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/dracut/ipfire.conf b/config/dracut/ipfire.conf index bab5c8a2e5..5a4f0aa7ce 100644 --- a/config/dracut/ipfire.conf +++ b/config/dracut/ipfire.conf @@ -2,4 +2,4 @@ early_microcode="yes" # Compress using Zstandard -compress="zstd" +compress="zstd -10 -q -T1" diff --git a/config/rootfiles/core/175/filelists/files b/config/rootfiles/core/175/filelists/files index d2b3c79f89..13f5605d98 100644 --- a/config/rootfiles/core/175/filelists/files +++ b/config/rootfiles/core/175/filelists/files @@ -84,4 +84,5 @@ lib/firmware/rtw88/rtw8822c_fw.bin lib/firmware/rtw89/rtw8852b_fw-1.bin srv/web/ipfire/cgi-bin/backup.cgi srv/web/ipfire/cgi-bin/logs.cgi/log.dat +usr/lib/dracut/dracut.conf.d/ipfire.conf usr/lib/firewall/rules.pl -- 2.39.5