From 0a7b246b0b7fa22e5fe44f630030b4d70554aecf Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:25:07 +0100 Subject: [PATCH] Make the server config derive from minimal rather than base --- config/server.toml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/config/server.toml b/config/server.toml index 53b30cbb..70b98d6d 100644 --- a/config/server.toml +++ b/config/server.toml @@ -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 -"""