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.)
Note to Peter: if there are no other changes on dracut ship only /usr/lib/dracut/dracut.conf.d/ipfire.conf at core update.
fixes: #13091
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org --- config/dracut/ipfire.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/dracut/ipfire.conf b/config/dracut/ipfire.conf index bab5c8a2e..5a4f0aa7c 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"