redox/config/jeremy.toml

284 lines
3.5 KiB
TOML
Raw Normal View History

2021-08-11 05:20:22 +02:00
# This is Jeremy's configuration file
# General settings
[general]
# Do not prompt if settings are not defined
prompt = false
# Package settings
[packages]
acid = {}
atk = {}
audiod = {}
autoconf = {}
automake = {}
ca-certificates = {}
cairo = {}
cairodemo = {}
cleye = {}
cmatrix = {}
contain = {}
coreutils = {}
cpal = {}
curl = {}
dash = {}
diffutils = {}
dosbox = {}
drivers = {}
eduke32 = {}
expat = {}
extrautils = {}
ffmpeg = {}
findutils = {}
fontconfig = {}
freedoom = {}
freetype = {}
fribidi = {}
games = {}
gcc = {}
gdbserver = {}
gears = {}
generaluser-gs = {}
gettext = {}
gigalomania = {}
git = {}
glib = {}
glium = {}
glutin = {}
gnu-binutils = {}
gnu-grep = {}
gnu-make = {}
harfbuzz = {}
installer = {}
ion = {}
ipcd = {}
jansson = {}
jeremy = {}
keyboard-sfx = {}
lci = {}
libc-bench = {}
libffi = {}
libiconv = {}
libjpeg = {}
libogg = {}
liborbital = {}
libpng = {}
libsodium = {}
libvorbis = {}
libxml2 = {}
llvm = {}
mesa = {}
mesa_glu = {}
nasm = {}
ncurses = {}
netdb = {}
netstack = {}
netsurf = {}
netutils = {}
neverball = {}
nghttp2 = {}
openjazz = {}
openssl = {}
openttd = {}
openttd-opengfx = {}
openttd-openmsx = {}
openttd-opensfx = {}
orbclient = {}
orbdata = {}
orbital = {}
orbterm = {}
orbutils = {}
osdemo = {}
pango = {}
patch = {}
pcre = {}
periodictable = {}
pixelcannon = {}
pixman = {}
pkg-config = {}
pkgutils = {}
prboom = {}
ptyd = {}
readline = {}
redoxfs = {}
resist = {}
ripgrep = {}
rodioplay = {}
rs-nes = {}
2022-02-14 17:58:22 +01:00
rust = {}
2021-08-11 05:20:22 +02:00
rust64 = {}
rust-cairo = {}
rust-cairo-demo = {}
rustual-boy = {}
schismtracker = {}
scummvm = {}
sdl = {}
sdl2 = {}
sdl2_gears = {}
sdl2_image = {}
sdl2_mixer = {}
sdl2_ttf = {}
sdl_gfx = {}
sdl_image = {}
sdl_mixer = {}
sed = {}
smith = {}
sodium = {}
sopwith = {}
strace = {}
syobonaction = {}
terminfo = {}
timidity = {}
ttf-hack = {}
userutils = {}
uutils = {}
vice = {}
vim = {}
vttest = {}
vvvvvv = {}
winit = {}
xz = {}
zlib = {}
# User settings
[users.root]
password = "password"
uid = 0
gid = 0
name = "root"
home = "/root"
[users.user]
# Password is unset
password = ""
[[files]]
path = "/etc/init.d/00_base"
data = """
ipcd
ptyd
pcid /etc/pcid.d/
"""
[[files]]
path = "/etc/init.d/10_net"
data = """
smolnetd
dnsd
dhcpd -b
"""
[[files]]
path = "/etc/init.d/20_orbital"
data = """
audiod
orbital display:3/activate orblogin launcher
"""
[[files]]
path = "/etc/init.d/30_console"
data = """
getty display:2
getty debug: -J
"""
[[files]]
path = "/etc/net/dns"
data = """
208.67.222.222
"""
[[files]]
path = "/etc/net/ip"
data = """
10.0.2.15
"""
[[files]]
path = "/etc/net/ip_router"
data = """
10.0.2.2
"""
[[files]]
path = "/etc/net/ip_subnet"
data = """
255.255.255.0
"""
[[files]]
path = "/etc/net/mac"
data = """
54-52-00-ab-cd-ef
"""
[[files]]
path = "/etc/pkg.d/50_redox"
data = "https://static.redox-os.org/pkg"
[[files]]
path = "/etc/group"
data = """
root;0;root
user;1000;user
sudo;1;user
"""
[[files]]
path = "/etc/hostname"
data = """
redox
"""
[[files]]
path = "/usr/bin"
2022-03-17 15:39:53 +01:00
data = "../bin"
2021-08-11 05:20:22 +02:00
symlink = true
[[files]]
path = "/usr/games"
2022-03-17 15:39:53 +01:00
data = "../games"
2021-08-11 05:20:22 +02:00
symlink = true
[[files]]
path = "/usr/include"
2022-03-17 15:39:53 +01:00
data = "../include"
2021-08-11 05:20:22 +02:00
symlink = true
[[files]]
path = "/usr/lib"
2022-03-17 15:39:53 +01:00
data = "../lib"
2021-08-11 05:20:22 +02:00
symlink = true
[[files]]
path = "/usr/share"
2022-03-17 15:39:53 +01:00
data = "../share"
2021-08-11 05:20:22 +02:00
symlink = true
[[files]]
path = "/tmp"
data = ""
directory= true
# 0o1777
mode = 1023
[[files]]
path = "/dev/null"
data = "null:"
symlink = true
[[files]]
path = "/dev/random"
data = "rand:"
symlink = true
[[files]]
path = "/dev/urandom"
data = "rand:"
symlink = true
[[files]]
path = "/dev/zero"
data = "zero:"
symlink = true