redox/filesystem.toml

175 lines
2.2 KiB
TOML
Raw Normal View History

2017-05-11 05:39:05 +02:00
# This is the default configuration file
# General settings
[general]
# Do not prompt if settings are not defined
prompt = false
# Package settings
[packages]
#acid = {}
#autoconf = {}
#automake = {}
#bash = {}
#binutils = {}
#ca-certificates = {}
2017-07-22 22:00:32 +02:00
#cargo = {}
#contain = {}
2017-05-11 05:39:05 +02:00
coreutils = {}
#curl = {}
#dash = {}
#diffutils = {}
2017-07-21 03:42:30 +02:00
drivers = {}
2017-05-11 05:39:05 +02:00
extrautils = {}
findutils = {}
#games = {}
2017-07-22 22:00:32 +02:00
#gawk = {}
#gcc = {}
#git = {}
#gnu-binutils = {}
#gnu-make = {}
2017-07-22 22:00:32 +02:00
#installer = {}
2017-05-11 05:39:05 +02:00
ion = {}
#lua = {}
#nasm = {}
2017-05-11 05:39:05 +02:00
netstack = {}
netutils = {}
#newlib = {}
#openssl = {}
2017-05-11 05:39:05 +02:00
orbdata = {}
orbital = {}
orbterm = {}
orbutils = {}
2017-07-22 22:00:32 +02:00
#pastel = {}
#patch = {}
2017-05-11 05:39:05 +02:00
#pixelcannon = {}
pkgutils = {}
ptyd = {}
#python = {}
2017-05-11 05:39:05 +02:00
randd = {}
2017-07-22 22:00:32 +02:00
#redoxfs = {}
#rust = {}
2017-07-22 22:00:32 +02:00
#rustual-boy = {}
#sed = {}
2017-05-11 05:39:05 +02:00
smith = {}
#sodium = {}
userutils = {}
2017-08-14 20:13:33 +02:00
uutils = {}
#xz = {}
2017-05-11 05:39:05 +02:00
# User settings
[users.root]
# Password is set to "password"
password = "$argon2i$m=4096,t=10,p=1$Tnc4UVV0N00$ML9LIOujd3nmAfkAwEcSTMPqakWUF0OUiLWrIy0nGLk"
uid = 0
gid = 0
name = "root"
2017-08-24 04:29:46 +02:00
home = "/root"
2017-05-11 05:39:05 +02:00
[users.user]
# Password is unset
password = ""
[[files]]
path = "/etc/init.d/00_base"
data = """
2017-07-21 03:42:30 +02:00
pcid /etc/pcid/filesystem.toml
2017-05-11 05:39:05 +02:00
randd
ptyd
"""
[[files]]
path = "/etc/init.d/10_net"
data = """
ethernetd
ipd
2017-06-13 22:59:42 +02:00
icmpd
2017-05-11 05:39:05 +02:00
tcpd
udpd
dhcpd -b
"""
[[files]]
path = "/etc/init.d/20_orbital"
data = """
orbital display:3/activate orblogin launcher
2017-05-11 05:39:05 +02:00
"""
[[files]]
path = "/etc/init.d/30_console"
data = """
getty display:2
getty debug: -J
"""
[[files]]
path = "/etc/net/dns"
2017-07-21 03:42:30 +02:00
data = """
208.67.222.222
"""
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/net/ip"
2017-07-21 03:42:30 +02:00
data = """
10.0.2.15
"""
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/net/ip_router"
2017-07-21 03:42:30 +02:00
data = """
10.0.2.2
"""
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/net/ip_subnet"
2017-07-21 03:42:30 +02:00
data = """
255.255.255.0
"""
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/net/mac"
2017-07-21 03:42:30 +02:00
data = """
54-52-00-ab-cd-ef
"""
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
2017-07-21 03:42:30 +02:00
data = """
root;0;root
2017-07-09 23:18:59 +02:00
user;1000;user
2017-07-21 03:42:30 +02:00
sudo;1;user
"""
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/hostname"
2017-07-21 03:42:30 +02:00
data = """
redox
"""
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/issue"
data = """
########## Redox OS ##########
# Login with the following: #
# `user` #
# `root`:`password` #
##############################
"""
[[files]]
path = "/etc/motd"
data = """
Welcome to Redox OS!
"""
2017-06-24 02:10:44 +02:00
[[files]]
path = "/usr"
data = "/"
symlink = true