mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
early_microcode="yes"
|
||||
|
||||
# Compress using Zstandard
|
||||
compress="zstd"
|
||||
compress="zstd -10 -q -T1"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user