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
|