mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
11 lines
188 B
TOML
11 lines
188 B
TOML
# Minimal configuration
|
|
|
|
include = ["../../minimal.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 256
|
|
# EFI partition size in MiB
|
|
efi_partition_size = 128
|