redox/config/i686/server.toml

47 lines
662 B
TOML
Raw Normal View History

2022-11-11 20:11:23 +01:00
# Default server configuration
2024-01-04 19:08:53 +01:00
include = ["../net.toml"]
2022-11-11 20:11:23 +01:00
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 512
2022-11-11 20:11:23 +01:00
# Do not prompt if settings are not defined
prompt = false
# Package settings
[packages]
2023-09-10 02:59:33 +02:00
bash = {}
2022-11-11 20:11:23 +01:00
bootloader = {}
ca-certificates = {}
contain = {}
coreutils = {}
diffutils = {}
extrautils = {}
findutils = {}
installer = {}
ion = {}
netdb = {}
pkgutils = {}
redoxfs = {}
resist = {}
smith = {}
userutils = {}
uutils = {}
git = {}
curl = {}
vim = {}
2022-11-11 20:11:23 +01:00
[[files]]
path = "/etc/init.d/30_console"
data = """
inputd -A 2
getty 2
2022-11-11 20:11:23 +01:00
getty debug: -J
"""
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"