ca32adf6ba
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
33 lines
558 B
TOML
33 lines
558 B
TOML
# Minimal desktop configuration
|
|
|
|
include = ["minimal.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 256
|
|
|
|
# Package settings
|
|
[packages]
|
|
orbdata = "ignore"
|
|
orbital = "ignore"
|
|
orbterm = "ignore"
|
|
orbutils = "ignore"
|
|
|
|
[[files]]
|
|
path = "/usr/lib/init.d/20_display"
|
|
data = """
|
|
requires_weak 10_net
|
|
notify audiod
|
|
nowait VT=3 ion -c true
|
|
"""
|
|
|
|
# Override console config to not switch to VT 2
|
|
[[files]]
|
|
path = "/usr/lib/init.d/30_console"
|
|
data = """
|
|
requires_weak 20_display
|
|
nowait getty 2
|
|
nowait getty /scheme/debug/no-preserve -J
|
|
"""
|