redox/config/minimal.toml
bjorn3 511561918c Do not preserve debug console output in sys:log
This will prevent logd from ingesting it as logs in the future.
2024-07-27 16:52:49 +02:00

24 lines
328 B
TOML

# Minimal configuration
include = ["base.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 128
# Package settings
[packages]
coreutils = {}
extrautils = {}
ion = {}
smith = {}
userutils = {}
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
getty 2
getty /scheme/debug/no-preserve -J
"""