2024-01-04 19:45:40 +01:00
|
|
|
# Minimal configuration
|
|
|
|
|
|
|
|
include = ["base.toml"]
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
[general]
|
2024-01-04 20:25:27 +01:00
|
|
|
# Filesystem size in MiB
|
|
|
|
filesystem_size = 128
|
2024-01-04 19:45:40 +01:00
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
|
|
|
coreutils = {}
|
|
|
|
extrautils = {}
|
|
|
|
ion = {}
|
|
|
|
smith = {}
|
|
|
|
userutils = {}
|
|
|
|
|
|
|
|
[[files]]
|
2024-01-07 18:15:34 +01:00
|
|
|
path = "/usr/lib/init.d/30_console"
|
2024-01-04 19:45:40 +01:00
|
|
|
data = """
|
|
|
|
getty 2
|
2024-07-27 16:52:49 +02:00
|
|
|
getty /scheme/debug/no-preserve -J
|
2024-01-04 19:45:40 +01:00
|
|
|
"""
|