From 4c34f6c83b4c21134faf703b5a84d1b138704adb Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 14 Apr 2022 08:09:58 -0600 Subject: [PATCH] Cleanup of config files, add comments for what each of them are --- config/acid.toml | 2 +- config/coreboot.toml | 285 ------------------------------------------- config/desktop.toml | 2 +- config/jeremy.toml | 2 +- config/maximal.toml | 2 +- config/minimal.toml | 151 +---------------------- config/resist.toml | 2 +- config/server.toml | 2 +- 8 files changed, 7 insertions(+), 441 deletions(-) delete mode 100644 config/coreboot.toml diff --git a/config/acid.toml b/config/acid.toml index a7cb3ea..7c7773f 100644 --- a/config/acid.toml +++ b/config/acid.toml @@ -1,4 +1,4 @@ -# This is the default configuration file +# Configuration for using acid # General settings [general] diff --git a/config/coreboot.toml b/config/coreboot.toml deleted file mode 100644 index b481df3..0000000 --- a/config/coreboot.toml +++ /dev/null @@ -1,285 +0,0 @@ -# This is the default configuration file - -# General settings -[general] -# Do not prompt if settings are not defined -prompt = false - -# Package settings -[packages] -#acid = {} -#audiod = {} -#autoconf = {} -#automake = {} -#bash = {} -#binutils = {} -#ca-certificates = {} -#cairo = {} -#cairodemo = {} -#cargo = {} -#cleye = {} -#cmatrix = {} -#contain = {} -#coreutils = {} -#cpal = {} -#curl = {} -#dash = {} -#diffutils = {} -#dosbox = {} -#drivers = {} -#drivers-041 = {} -#duktape = {} -#eduke32 = {} -#exampled = {} -#expat = {} -#extrautils = {} -#fd = {} -#ffmpeg = {} -#findutils = {} -#freeciv = {} -#freedoom = {} -#freeglut = {} -#freetype = {} -#friar = {} # mio patch -#game-2048 = {} -#games = {} -#gawk = {} -#gcc = {} -#gears = {} -#generaluser-gs = {} -#gettext = {} -#gigalomania = {} -#git = {} -#glib = {} -#glium = {} -#glutin = {} -#gnu-binutils = {} -#gnu-grep = {} -#gnu-make = {} -#gstreamer = {} -#harfbuzz = {} -#hematite = {} -#init = {} -#installer = {} -ion = {} -ipcd = {} -#jansson = {} -#keyboard-sfx = {} -#lci = {} -#libc-bench = {} -#libffi = {} -#libiconv = {} -#libjpeg = {} -#liborbital = {} -#libpng = {} -#libsodium = {} -#llvm = {} -#lua = {} -#mdp = {} -#mesa = {} -#mesa_glu = {} -#miniserve = {} -#nasm = {} -#ncdu = {} -#ncurses = {} -#ncursesw = {} -#netdb = {} -#netstack = {} -#netsurf = {} -#netutils = {} -#newlib = {} -#newlibtest = {} -#nulld = {} -#openjazz = {} -#openssl = {} -#openttd = {} -#openttd-opengfx = {} -#openttd-openmsx = {} -#openttd-opensfx = {} -orbdata = {} -orbital = {} -orbterm = {} -#orbutils = {} -orbutils-background = {} -orbutils-launcher = {} -orbutils-orblogin = {} -#osdemo = {} -#pastel = {} -#patch = {} -#pciids = {} -#pcre = {} -#periodictable = {} -#perl = {} -#pixelcannon = {} -#pixman = {} -#pkgutils = {} -#powerline = {} -#prboom = {} -ptyd = {} -#python = {} -#qemu = {} -#randd = {} -#readline = {} # ncurses -#redoxfs = {} -#redox-ssh = {} -#relibc = {} -#ripgrep = {} -#rodioplay = {} -#rs-nes = {} -#rust = {} -#rust64 = {} -#rust-cairo = {} -#rust-cairo-demo = {} -#rustual-boy = {} -#schismtracker = {} -#scummvm = {} -#sdl = {} -#sdl2 = {} -#sdl_gfx = {} -#sdl_image = {} -#sdl_mixer = {} -#sdl_ttf = {} -#sdl-player = {} -#sed = {} -#servo = {} -#shellstorm = {} -#smith = {} -#sodium = {} -#sopwith = {} -#ssh = {} -#syobonaction = {} -#terminfo = {} -#termplay = {} -#timidity = {} -#ttf-hack = {} -#userutils = {} -uutils = {} -#vim = {} -#vttest = {} -#webrender = {} -#winit = {} -#xz = {} -#zerod = {} -#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:2/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" -data = "../bin" -symlink = true - -[[files]] -path = "/usr/games" -data = "../games" -symlink = true - -[[files]] -path = "/usr/include" -data = "../include" -symlink = true - -[[files]] -path = "/usr/lib" -data = "../lib" -symlink = true - -[[files]] -path = "/usr/share" -data = "../share" -symlink = true - -[[files]] -path = "/tmp" -data = "" -directory= true -# 0o1777 -mode = 1023 diff --git a/config/desktop.toml b/config/desktop.toml index 77abac4..72250a4 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -1,4 +1,4 @@ -# This is the default configuration file +# Default desktop configuration # General settings [general] diff --git a/config/jeremy.toml b/config/jeremy.toml index dbcf24d..8dbb7ec 100644 --- a/config/jeremy.toml +++ b/config/jeremy.toml @@ -1,4 +1,4 @@ -# This is Jeremy's configuration file +# Jeremy's configuration # General settings [general] diff --git a/config/maximal.toml b/config/maximal.toml index 7cbfe6d..5822302 100644 --- a/config/maximal.toml +++ b/config/maximal.toml @@ -1,4 +1,4 @@ -# This is a maximum configuration file +# Maximum configuration # General settings [general] diff --git a/config/minimal.toml b/config/minimal.toml index 09da2f2..b46c6e2 100644 --- a/config/minimal.toml +++ b/config/minimal.toml @@ -1,4 +1,4 @@ -# This is the default configuration file +# Minimal configuration # General settings [general] @@ -7,157 +7,8 @@ prompt = false # Package settings [packages] -#acid = {} -#audiod = {} -#autoconf = {} -#automake = {} -#bash = {} -#binutils = {} -#ca-certificates = {} -#cairo = {} -#cairodemo = {} -#cargo = {} -#cleye = {} -#cmatrix = {} -#contain = {} -#coreutils = {} -#cpal = {} -#curl = {} -#dash = {} -#diffutils = {} -#dosbox = {} -#drivers = {} -#drivers-041 = {} -#duktape = {} -#eduke32 = {} -#exampled = {} -#expat = {} -#extrautils = {} -#fd = {} -#ffmpeg = {} -#findutils = {} -#freeciv = {} -#freedoom = {} -#freeglut = {} -#freetype = {} -#friar = {} # mio patch -#game-2048 = {} -#games = {} -#gawk = {} -#gcc = {} -#gears = {} -#generaluser-gs = {} -#gettext = {} -#gigalomania = {} -#git = {} -#glib = {} -#glium = {} -#glutin = {} -#gnu-binutils = {} -#gnu-grep = {} -#gnu-make = {} -#gstreamer = {} -#harfbuzz = {} -#hematite = {} -#init = {} -#installer = {} -#ion = {} ipcd = {} -#jansson = {} -#keyboard-sfx = {} -#lci = {} -#libc-bench = {} -#libffi = {} -#libiconv = {} -#libjpeg = {} -#liborbital = {} -#libpng = {} -#libsodium = {} -#llvm = {} -#lua = {} -#mdp = {} -#mesa = {} -#mesa_glu = {} -#miniserve = {} -#nasm = {} -#ncdu = {} -#ncurses = {} -#ncursesw = {} -#netdb = {} -#netstack = {} -#netsurf = {} -#netutils = {} -#newlib = {} -#newlibtest = {} -#nulld = {} -#openjazz = {} -#openssl = {} -#openttd = {} -#openttd-opengfx = {} -#openttd-openmsx = {} -#openttd-opensfx = {} -#orbdata = {} -#orbital = {} -#orbterm = {} -#orbutils = {} -#osdemo = {} -#pastel = {} -#patch = {} -#pciids = {} -#pcre = {} -#periodictable = {} -#perl = {} -#pixelcannon = {} -#pixman = {} -#pkgutils = {} -#powerline = {} -#prboom = {} ptyd = {} -#python = {} -#qemu = {} -#randd = {} -#readline = {} # ncurses -#redoxfs = {} -#redox-ssh = {} -#relibc = {} -#ripgrep = {} -#rodioplay = {} -#rs-nes = {} -#rust = {} -#rust64 = {} -#rust-cairo = {} -#rust-cairo-demo = {} -#rustual-boy = {} -#schismtracker = {} -#scummvm = {} -#sdl = {} -#sdl2 = {} -#sdl_gfx = {} -#sdl_image = {} -#sdl_mixer = {} -#sdl_ttf = {} -#sdl-player = {} -#sed = {} -#servo = {} -#shellstorm = {} -#smith = {} -#sodium = {} -#sopwith = {} -#ssh = {} -#syobonaction = {} -#terminfo = {} -#termplay = {} -#timidity = {} -#ttf-hack = {} -#userutils = {} -#uutils = {} -#vim = {} -#vttest = {} -#webrender = {} -#winit = {} -#xz = {} -#zerod = {} -#zlib = {} # User settings [users.root] diff --git a/config/resist.toml b/config/resist.toml index d6b1d00..9976481 100644 --- a/config/resist.toml +++ b/config/resist.toml @@ -1,4 +1,4 @@ -# This is the default configuration file +# Configuration for using resist # General settings [general] diff --git a/config/server.toml b/config/server.toml index 9b63ad5..31f6169 100644 --- a/config/server.toml +++ b/config/server.toml @@ -1,4 +1,4 @@ -# This is the default configuration file +# Default server configuration # General settings [general]