24 lines
328 B
TOML
24 lines
328 B
TOML
# Minimal configuration
|
|
|
|
include = ["base.toml"]
|
|
|
|
# General settings
|
|
[general]
|
|
# Filesystem size in MiB
|
|
filesystem_size = 128
|
|
|
|
# Package settings
|
|
[packages]
|
|
coreutils = {}
|
|
extrautils = {}
|
|
ion = {}
|
|
smith = {}
|
|
userutils = {}
|
|
|
|
[[files]]
|
|
path = "/usr/lib/init.d/30_console"
|
|
data = """
|
|
getty 2
|
|
getty /scheme/debug/no-preserve -J
|
|
"""
|