diff --git a/config/desktop-minimal.toml b/config/desktop-minimal.toml index 3de57151..852dc837 100644 --- a/config/desktop-minimal.toml +++ b/config/desktop-minimal.toml @@ -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 """ diff --git a/config/desktop.toml b/config/desktop.toml index 26b8c0d4..4534c366 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -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 -"""