mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
23 lines
326 B
TOML
23 lines
326 B
TOML
# Server configuration
|
|
|
|
include = ["minimal.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 512
|
|
|
|
# Package settings
|
|
[packages]
|
|
bash = {}
|
|
bottom = {}
|
|
#contain = {} # needs to update dependencies
|
|
curl = {}
|
|
diffutils = {}
|
|
findutils = {}
|
|
gettext = {}
|
|
git = {}
|
|
installer = {}
|
|
kibi = {}
|
|
redoxfs = {}
|