mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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>
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
# Load microcode for the CPU early
|
|
early_microcode="yes"
|
|
|
|
# Compress using Zstandard
|
|
compress="zstd -10 -q -T1"
|