mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
This file contains our custom settings: * Always load microcodes as early as possible * We now compress the initrd using Zstandard which is substanstically faster than XZ, but offers better compression ratios Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
# Load microcode for the CPU early
|
|
early_microcode="yes"
|
|
|
|
# Compress using Zstandard
|
|
compress="zstd"
|