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 -"""