redox/filesystem.toml

184 lines
2.4 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 = {}
2017-12-24 01:50:02 +01:00
bash = {}
#binutils = {}
#ca-certificates = {}
2017-07-22 22:00:32 +02:00
#cargo = {}
2017-10-29 23:07:00 +01:00
#cleye = {}
2017-07-22 22:00:32 +02:00
#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 = {}
2017-10-29 23:07:00 +01:00
#fd = {}
findutils = {}
2017-10-29 23:07:00 +01:00
#game-2048 = {}
#games = {}
2017-07-22 22:00:32 +02:00
#gawk = {}
#gcc = {}
#git = {}
#gnu-binutils = {}
#gnu-make = {}
installer = {}
2017-05-11 05:39:05 +02:00
ion = {}
#lua = {}
#nasm = {}
2017-12-14 05:35:38 +01:00
netdb = {}
2017-05-11 05:39:05 +02:00
netstack = {}
netutils = {}
#newlib = {}
2017-12-19 00:41:03 +01:00
nulld = {}
#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 = {}
2017-11-26 17:14:54 +01:00
#prboom = {}
2017-05-11 05:39:05 +02:00
ptyd = {}
#python = {}
2017-05-11 05:39:05 +02:00
randd = {}
redoxfs = {}
2017-10-29 23:07:00 +01:00
#rs-nes = {}
#rust = {}
2017-10-29 23:07:00 +01:00
#rust64 = {}
2017-07-22 22:00:32 +02:00
#rustual-boy = {}
#sed = {}
2017-05-11 05:39:05 +02:00
smith = {}
#sodium = {}
2017-10-30 05:34:02 +01:00
#termplay = {}
2017-05-11 05:39:05 +02:00
userutils = {}
2017-08-14 20:13:33 +02:00
uutils = {}
#xz = {}
2017-12-19 00:41:03 +01:00
zerod = {}
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-12-24 01:50:02 +01:00
shell = "/bin/bash"
2017-05-11 05:39:05 +02:00
[users.user]
# Password is unset
password = ""
2017-12-24 01:50:02 +01:00
shell = "/bin/bash"
2017-05-11 05:39:05 +02:00
[[files]]
path = "/etc/init.d/00_base"
data = """
2017-12-19 00:41:03 +01:00
nulld
zerod
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 = """
2017-11-26 17:14:54 +01:00
smolnetd
2017-05-11 05:39:05 +02:00
"""
[[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/bin"
data = "/bin"
symlink = true