redox/config/aarch64/resist.toml

63 lines
943 B
TOML
Raw Normal View History

# Configuration for using resist
2024-01-04 19:08:53 +01:00
include = ["../net.toml"]
# General settings
[general]
# Filesystem size in MiB
filesystem_size = 256
# Do not prompt if settings are not defined
prompt = false
# Package settings
[packages]
2023-09-10 02:59:33 +02:00
bash = {}
bootloader = {}
coreutils = {}
diffutils = {}
drivers = {}
escalated = {}
extrautils = {}
findutils = {}
gcc13 = {}
gnu-binutils = {}
gnu-make = {}
ipcd = {}
netdb = {}
ptyd = {}
resist = {}
userutils = {}
uutils = {}
[[files]]
path = "/etc/init.d/00_base"
data = """
ipcd
ptyd
pcid /etc/pcid.d/
escalated
"""
2024-01-04 19:08:53 +01:00
# Override to not background dhcpd
[[files]]
path = "/etc/init.d/10_net"
data = """
smolnetd
dnsd
dhcpd
"""
[[files]]
path = "/etc/init.d/20_resist"
data = """
export RUST_BACKTRACE full
resist /share/resist/redox/spec.toml
resist /share/resist/posix/base.toml
resist /share/resist/posix/shell.toml
shutdown
"""
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"