2023-08-09 23:36:17 +02:00
|
|
|
# Minimal configuration
|
|
|
|
|
2024-01-04 15:31:44 +01:00
|
|
|
include = ["../base.toml"]
|
|
|
|
|
2023-08-09 23:36:17 +02:00
|
|
|
# General settings
|
|
|
|
[general]
|
|
|
|
# Filesystem size in MiB
|
2023-09-22 15:54:52 +02:00
|
|
|
filesystem_size = 128
|
2023-08-09 23:36:17 +02:00
|
|
|
# Do not prompt if settings are not defined
|
|
|
|
prompt = false
|
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
2023-09-22 15:50:12 +02:00
|
|
|
bootloader = {}
|
2023-08-09 23:36:17 +02:00
|
|
|
coreutils = {}
|
|
|
|
escalated = {}
|
|
|
|
extrautils = {}
|
|
|
|
ion = {}
|
|
|
|
ipcd = {}
|
|
|
|
ptyd = {}
|
|
|
|
smith = {}
|
|
|
|
userutils = {}
|
|
|
|
uutils = {}
|
|
|
|
|
|
|
|
[[files]]
|
|
|
|
path = "/etc/init.d/00_base"
|
|
|
|
data = """
|
|
|
|
ipcd
|
|
|
|
ptyd
|
|
|
|
escalated
|
|
|
|
"""
|
|
|
|
|
|
|
|
[[files]]
|
|
|
|
path = "/etc/init.d/30_console"
|
|
|
|
data = """
|
|
|
|
getty 2
|
|
|
|
getty debug: -J
|
|
|
|
"""
|