2024-07-09 14:58:07 +02:00
|
|
|
# Default build system configuration
|
2024-01-04 21:40:31 +01:00
|
|
|
|
|
|
|
include = ["server.toml"]
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
[general]
|
|
|
|
# Filesystem size in MiB
|
2024-05-11 03:43:28 +02:00
|
|
|
filesystem_size = 576
|
2024-01-04 21:40:31 +01:00
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
|
|
|
audiod = {}
|
2024-05-01 22:22:17 +02:00
|
|
|
cosmic-edit = {}
|
|
|
|
cosmic-icons = {}
|
|
|
|
cosmic-files = {}
|
2024-05-06 23:30:59 +02:00
|
|
|
cosmic-term = {}
|
2024-05-17 17:55:18 +02:00
|
|
|
dejavu = {}
|
2024-10-16 17:01:35 +02:00
|
|
|
hicolor-icon-theme = {}
|
2024-01-04 21:40:31 +01:00
|
|
|
installer-gui = {}
|
|
|
|
netsurf = {}
|
|
|
|
orbdata = {}
|
|
|
|
orbital = {}
|
|
|
|
orbutils = {}
|
2024-05-01 22:22:17 +02:00
|
|
|
pop-icon-theme = {}
|
2024-12-24 00:47:43 +01:00
|
|
|
# rustpython = {} #TODO ensure RustPython builds with our toolchain
|
2024-05-01 22:22:17 +02:00
|
|
|
shared-mime-info = {}
|
2025-01-24 14:04:48 +01:00
|
|
|
patchelf = {}
|
2024-01-04 21:40:31 +01:00
|
|
|
|
|
|
|
[[files]]
|
2024-01-07 18:15:34 +01:00
|
|
|
path = "/usr/lib/init.d/20_orbital"
|
2024-01-04 21:40:31 +01:00
|
|
|
data = """
|
|
|
|
audiod
|
2024-07-20 16:42:33 +02:00
|
|
|
export VT 3
|
2024-01-04 21:40:31 +01:00
|
|
|
orbital orblogin launcher
|
2024-07-20 16:42:33 +02:00
|
|
|
unset VT
|
2024-01-04 21:40:31 +01:00
|
|
|
"""
|
|
|
|
|
|
|
|
# Override console config to not switch to VT 2
|
|
|
|
[[files]]
|
2024-01-07 18:15:34 +01:00
|
|
|
path = "/usr/lib/init.d/30_console"
|
2024-01-04 21:40:31 +01:00
|
|
|
data = """
|
|
|
|
getty 2
|
2024-07-27 16:52:49 +02:00
|
|
|
getty /scheme/debug/no-preserve -J
|
2024-01-04 21:40:31 +01:00
|
|
|
"""
|