Merge branch 'desktop_config_dedup' into 'master'

Make desktop a superset of desktop-minimal

See merge request redox-os/redox!1971
This commit is contained in:
Jeremy Soller 2026-03-03 12:47:57 -07:00
commit 31b6b5759a
2 changed files with 2 additions and 21 deletions

View File

@ -18,6 +18,7 @@ orbutils = {}
path = "/usr/lib/init.d/20_orbital"
data = """
requires_weak 10_net
notify audiod
nowait VT=3 orbital orblogin launcher
"""

View File

@ -1,6 +1,6 @@
# Default build system configuration
include = ["server.toml"]
include = ["desktop-minimal.toml", "server.toml"]
# General settings
[general]
@ -18,27 +18,7 @@ freefont = {}
hicolor-icon-theme = {}
installer-gui = {}
netsurf = {}
orbdata = {}
orbital = {}
orbutils = {}
patchelf = {}
pop-icon-theme = {}
rustpython = {}
shared-mime-info = {}
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """
requires_weak 10_net
notify audiod
nowait BROWSER=/bin/netsurf-fb VT=3 orbital orblogin launcher
"""
# Override console config to not switch to VT 2
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
requires_weak 20_orbital
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""