Make the server config derive from minimal rather than base

This commit is contained in:
bjorn3 2026-03-01 14:25:07 +01:00
parent 62429864e9
commit 0a7b246b0b

View File

@ -1,6 +1,6 @@
# Server configuration
include = ["base.toml"]
include = ["minimal.toml"]
# General settings
[general]
@ -11,25 +11,11 @@ filesystem_size = 512
[packages]
bash = {}
bottom = {}
ca-certificates = {}
#contain = {} # needs to update dependencies
coreutils = {}
curl = {}
diffutils = {}
extrautils = {}
findutils = {}
git = {}
installer = {}
ion = {}
kibi = {}
pkgutils = {}
redoxfs = {}
[[files]]
path = "/usr/lib/init.d/30_console"
data = """
requires_weak 10_net
inputd -A 2
nowait getty 2
nowait getty /scheme/debug/no-preserve -J
"""