2024-07-09 14:58:07 +02:00
|
|
|
# Server configuration
|
2024-01-04 21:40:31 +01:00
|
|
|
|
|
|
|
include = ["net.toml"]
|
|
|
|
|
|
|
|
# General settings
|
|
|
|
[general]
|
|
|
|
# Filesystem size in MiB
|
|
|
|
filesystem_size = 512
|
|
|
|
|
|
|
|
# Package settings
|
|
|
|
[packages]
|
|
|
|
bash = {}
|
|
|
|
ca-certificates = {}
|
|
|
|
contain = {}
|
|
|
|
coreutils = {}
|
|
|
|
curl = {}
|
|
|
|
diffutils = {}
|
|
|
|
extrautils = {}
|
|
|
|
findutils = {}
|
|
|
|
git = {}
|
|
|
|
installer = {}
|
|
|
|
ion = {}
|
2024-01-26 18:29:28 +01:00
|
|
|
nano = {}
|
2024-01-04 21:40:31 +01:00
|
|
|
netdb = {}
|
|
|
|
pkgutils = {}
|
|
|
|
redoxfs = {}
|
|
|
|
relibc = {}
|
|
|
|
resist = {}
|
|
|
|
smith = {}
|
2024-01-04 21:43:32 +01:00
|
|
|
terminfo = {}
|
2024-01-04 21:40:31 +01:00
|
|
|
userutils = {}
|
|
|
|
vim = {}
|
|
|
|
|
|
|
|
[[files]]
|
2024-01-07 18:15:34 +01:00
|
|
|
path = "/usr/lib/init.d/30_console"
|
2024-01-04 21:40:31 +01:00
|
|
|
data = """
|
|
|
|
inputd -A 2
|
|
|
|
getty 2
|
|
|
|
getty debug: -J
|
|
|
|
"""
|
|
|
|
|
|
|
|
[[files]]
|
|
|
|
path = "/etc/pkg.d/50_redox"
|
|
|
|
data = "https://static.redox-os.org/pkg"
|