redox/config/desktop-minimal.toml
2025-11-30 15:11:21 +01:00

34 lines
565 B
TOML

# Minimal desktop configuration
include = ["minimal-net.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 256
# Package settings
[packages]
orbdata = {}
orbital = {}
orbterm = {}
orbutils-background = {}
orbutils-launcher = {}
orbutils-orblogin = {}
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
export VT 3
nowait orbital orblogin launcher
unset VT
"""
# Override console config to not switch to VT 2
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""