mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Make the server config derive from minimal rather than base
This commit is contained in:
parent
62429864e9
commit
0a7b246b0b
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user