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