diff --git a/config/acid.toml b/config/acid.toml index cefb982..8011352 100644 --- a/config/acid.toml +++ b/config/acid.toml @@ -12,6 +12,7 @@ acid = {} coreutils = {} # TODO: Does this need escalated? escalated = {} +initfs = {} ion = {} ipcd = {} kernel = {} diff --git a/config/jeremy.toml b/config/jeremy.toml index 74b7012..5f7cfb8 100644 --- a/config/jeremy.toml +++ b/config/jeremy.toml @@ -20,6 +20,7 @@ extrautils = {} findutils = {} gdbserver = {} gnu-make = {} +initfs = {} installer = {} ion = {} ipcd = {} diff --git a/config/maximal.toml b/config/maximal.toml deleted file mode 100644 index 01100a2..0000000 --- a/config/maximal.toml +++ /dev/null @@ -1,335 +0,0 @@ -# Maximum configuration - -# General settings -[general] -# Do not prompt if settings are not defined -prompt = false - -# Package settings -[packages] -acid = {} -atk = {} -audiod = {} -autoconf = {} -automake = {} -#bash = {} -binutils = {} -bootstrap = {} -ca-certificates = {} -cairo = {} -cairodemo = {} -#cargo = {} -cleye = {} -cmatrix = {} -contain = {} -coreutils = {} -cpal = {} -curl = {} -dash = {} -diffutils = {} -dosbox = {} -drivers = {} -#drivers-041 = {} -#duktape = {} -eduke32 = {} -escalated = {} -exampled = {} -expat = {} -extrautils = {} -#fd = {} -ffmpeg = {} -findutils = {} -fontconfig = {} -#freeciv = {} -freedoom = {} -#freeglut = {} -freetype = {} -#friar = {} # mio patch -fribidi = {} -#game-2048 = {} -games = {} -#gawk = {} -gcc = {} -gdbserver = {} -#gdk-pixbuf = {} -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 = {} -kernel = {} -lci = {} -libc-bench = {} -libffi = {} -libiconv = {} -libjpeg = {} -libogg = {} -liborbital = {} -libpng = {} -libsodium = {} -libvorbis = {} -libxml2 = {} -llvm = {} -#logd = {} -#lua = {} -#mdp = {} -mesa = {} -mesa_glu = {} -#mgba = {} -#miniserve = {} -nasm = {} -#ncdu = {} -ncurses = {} -#ncursesw = {} -netdb = {} -netstack = {} -netsurf = {} -netutils = {} -#neverball = {} -#newlib = {} -#newlibtest = {} -nghttp2 = {} -#nulld = {} -openjazz = {} -openssl = {} -openttd = {} -openttd-opengfx = {} -openttd-openmsx = {} -openttd-opensfx = {} -orbclient = {} -orbdata = {} -orbital = {} -orbterm = {} -orbutils = {} -osdemo = {} -pango = {} -#pastel = {} -patch = {} -#pathfinder = {} -#pciids = {} -pcre = {} -periodictable = {} -#perl = {} -pixelcannon = {} -pixman = {} -pkg-config = {} -pkgutils = {} -#powerline = {} -prboom = {} -ptyd = {} -#python = {} -#qemu = {} -randd = {} -readline = {} # ncurses -redoxfs = {} -#redox-fatfs = {} -#redox-ssh = {} -relibc = {} -#relibc-tests = {} -ripgrep = {} -rodioplay = {} -rs-nes = {} -#rust = {} -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 = {} -sdl-player = {} -#sdl_ttf = {} -sed = {} -#servo = {} -#shared-mime-info = {} -shellstorm = {} -smith = {} -sodium = {} -sopwith = {} -#ssh = {} -strace = {} -#syobonaction = {} -terminfo = {} -#termplay = {} -timidity = {} -ttf-hack = {} -userutils = {} -uutils = {} -vice = {} -#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/ -escalated -""" - -[[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/redox-release" -data = "0.7.0" - -[[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 - -[[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 diff --git a/config/minimal.toml b/config/minimal.toml deleted file mode 100644 index 8660314..0000000 --- a/config/minimal.toml +++ /dev/null @@ -1,69 +0,0 @@ -# Minimal configuration - -# General settings -[general] -# Do not prompt if settings are not defined -prompt = false - -# Package settings -[packages] -bootstrap = {} -drivers = {} -ipcd = {} -kernel = {} -# TODO: Should the minimal conf have escalated? -escalated = {} -ptyd = {} - -# 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/ -escalated -""" - -[[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/resist.toml b/config/resist.toml index 924f285..af3ee93 100644 --- a/config/resist.toml +++ b/config/resist.toml @@ -18,6 +18,7 @@ findutils = {} gcc = {} gnu-binutils = {} gnu-make = {} +initfs = {} ipcd = {} kernel = {} netdb = {} diff --git a/config/rustc.toml b/config/rustc.toml index c5e0be6..b19a999 100644 --- a/config/rustc.toml +++ b/config/rustc.toml @@ -22,6 +22,7 @@ gnu-binutils = {} gnu-make = {} installer = {} ion = {} +initfs = {} ipcd = {} kernel = {} netdb = {} diff --git a/config/server.toml b/config/server.toml index 5e30fc4..0950edf 100644 --- a/config/server.toml +++ b/config/server.toml @@ -20,6 +20,7 @@ findutils = {} gnu-make = {} installer = {} ion = {} +initfs = {} ipcd = {} kernel = {} netdb = {}