45 lines
755 B
TOML
45 lines
755 B
TOML
# Default build system configuration
|
|
|
|
include = ["server.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 576
|
|
|
|
# Package settings
|
|
[packages]
|
|
audiod = {}
|
|
cosmic-edit = {}
|
|
cosmic-icons = {}
|
|
cosmic-files = {}
|
|
cosmic-term = {}
|
|
dejavu = {}
|
|
hicolor-icon-theme = {}
|
|
installer-gui = {}
|
|
netsurf = {}
|
|
orbdata = {}
|
|
orbital = {}
|
|
orbutils = {}
|
|
pop-icon-theme = {}
|
|
# rustpython = {} #TODO ensure RustPython builds with our toolchain
|
|
shared-mime-info = {}
|
|
patchelf = {}
|
|
|
|
[[files]]
|
|
path = "/usr/lib/init.d/20_orbital"
|
|
data = """
|
|
audiod
|
|
export VT 3
|
|
orbital orblogin launcher
|
|
unset VT
|
|
"""
|
|
|
|
# Override console config to not switch to VT 2
|
|
[[files]]
|
|
path = "/usr/lib/init.d/30_console"
|
|
data = """
|
|
getty 2
|
|
getty /scheme/debug/no-preserve -J
|
|
"""
|