mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
9 lines
162 B
TOML
9 lines
162 B
TOML
# Configuration used for building redoxer base image
|
|
|
|
include = ["../redoxer.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 1024
|