Files
bpfire/config/dracut/ipfire.conf
Arne Fitzenreiter a211d45238 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>
2023-05-16 18:52:08 +00:00

6 lines
112 B
Plaintext

# Load microcode for the CPU early
early_microcode="yes"
# Compress using Zstandard
compress="zstd -10 -q -T1"