Update build configs for KDE, Wayland, and Red Bear profiles

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-18 17:58:27 +01:00
parent 670529ae81
commit ca32adf6ba
12 changed files with 193 additions and 102 deletions
+7 -7
View File
@@ -9,24 +9,24 @@ filesystem_size = 256
# Package settings
[packages]
orbdata = {}
orbital = {}
orbterm = {}
orbutils = {}
orbdata = "ignore"
orbital = "ignore"
orbterm = "ignore"
orbutils = "ignore"
[[files]]
path = "/usr/lib/init.d/20_orbital"
path = "/usr/lib/init.d/20_display"
data = """
requires_weak 10_net
notify audiod
nowait VT=3 orbital orblogin launcher
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_orbital
requires_weak 20_display
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""