mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
11 lines
198 B
TOML
11 lines
198 B
TOML
# Minimal configuration
|
|
|
|
include = ["../server-minimal.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 128
|
|
# Do not prompt if settings are not defined
|
|
prompt = false
|