summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2021-01-19 11:17:41 -0700
committerJeremy Soller <jeremy@system76.com>2021-01-19 11:17:41 -0700
commit31b220359a03e3b2a46c89e98b899a96cdd5d93e (patch)
tree2183088acd5d6a45db276f48842c4e115c599489
parentce36451929e7805feaf23ee03b9b536876f80de6 (diff)
Move aarch64 config to separate file
-rw-r--r--config/aarch64.toml311
-rw-r--r--config/desktop.toml62
l---------filesystem.toml2
3 files changed, 343 insertions, 32 deletions
diff --git a/config/aarch64.toml b/config/aarch64.toml
new file mode 100644
index 0000000..232353a
--- /dev/null
+++ b/config/aarch64.toml
@@ -0,0 +1,311 @@
+# 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 = {}
+# gdbserver = {}
+#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 = {}
+logd = {}
+#lua = {}
+#mdp = {}
+#mesa = {}
+#mesa_glu = {}
+#miniserve = {}
+#nasm = {}
+#ncdu = {}
+#ncurses = {}
+#ncursesw = {}
+# netdb = {}
+# netstack = {}
+# netsurf = {}
+# netutils = {}
+#neverball = {}
+#newlib = {}
+#newlibtest = {}
+#nulld = {}
+#openjazz = {}
+#openssl = {}
+#openttd = {}
+#openttd-opengfx = {}
+#openttd-openmsx = {}
+#openttd-opensfx = {}
+#orbclient = {}
+# orbdata = {}
+# orbital = {}
+# orbterm = {}
+# orbutils = {}
+#osdemo = {}
+#pastel = {}
+#patch = {}
+#pciids = {}
+#pcre = {}
+#periodictable = {}
+#perl = {}
+#pixelcannon = {}
+#pixman = {}
+# 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 = {}
+#sdl_gfx = {}
+#sdl_image = {}
+#sdl_mixer = {}
+#sdl_ttf = {}
+#sdl-player = {}
+#sed = {}
+#servo = {}
+#shellstorm = {}
+# smith = {}
+#sodium = {}
+#sopwith = {}
+#ssh = {}
+# strace = {}
+#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
+logd
+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"
+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/desktop.toml b/config/desktop.toml
index 9986bc1..bbce92f 100644
--- a/config/desktop.toml
+++ b/config/desktop.toml
@@ -8,7 +8,7 @@ prompt = false
# Package settings
[packages]
#acid = {}
-# audiod = {}
+audiod = {}
#autoconf = {}
#automake = {}
#bash = {}
@@ -19,23 +19,23 @@ ca-certificates = {}
#cargo = {}
#cleye = {}
#cmatrix = {}
-# contain = {}
-# coreutils = {}
+contain = {}
+coreutils = {}
#cpal = {}
#curl = {}
-# dash = {}
+dash = {}
#diffutils = {}
#dosbox = {}
-# drivers = {}
+drivers = {}
#drivers-041 = {}
#duktape = {}
#eduke32 = {}
#exampled = {}
#expat = {}
-# extrautils = {}
+extrautils = {}
#fd = {}
#ffmpeg = {}
-# findutils = {}
+findutils = {}
#freeciv = {}
#freedoom = {}
#freeglut = {}
@@ -45,7 +45,7 @@ ca-certificates = {}
#games = {}
#gawk = {}
#gcc = {}
-# gdbserver = {}
+gdbserver = {}
#gears = {}
#generaluser-gs = {}
#gettext = {}
@@ -85,14 +85,14 @@ logd = {}
#ncdu = {}
#ncurses = {}
#ncursesw = {}
-# netdb = {}
-# netstack = {}
-# netsurf = {}
-# netutils = {}
+netdb = {}
+netstack = {}
+netsurf = {}
+netutils = {}
#neverball = {}
#newlib = {}
#newlibtest = {}
-nulld = {}
+#nulld = {}
#openjazz = {}
#openssl = {}
#openttd = {}
@@ -100,10 +100,10 @@ nulld = {}
#openttd-openmsx = {}
#openttd-opensfx = {}
#orbclient = {}
-# orbdata = {}
-# orbital = {}
-# orbterm = {}
-# orbutils = {}
+orbdata = {}
+orbital = {}
+orbterm = {}
+orbutils = {}
#osdemo = {}
#pastel = {}
#patch = {}
@@ -113,13 +113,13 @@ nulld = {}
#perl = {}
#pixelcannon = {}
#pixman = {}
-# pkgutils = {}
+pkgutils = {}
#powerline = {}
#prboom = {}
ptyd = {}
#python = {}
#qemu = {}
-randd = {}
+#randd = {}
#readline = {} # ncurses
redoxfs = {}
#redox-fatfs = {}
@@ -147,24 +147,24 @@ redoxfs = {}
#sed = {}
#servo = {}
#shellstorm = {}
-# smith = {}
+smith = {}
#sodium = {}
#sopwith = {}
#ssh = {}
-# strace = {}
+strace = {}
#syobonaction = {}
#terminfo = {}
#termplay = {}
#timidity = {}
#ttf-hack = {}
-# userutils = {}
-# uutils = {}
+userutils = {}
+uutils = {}
#vim = {}
#vttest = {}
#webrender = {}
#winit = {}
#xz = {}
-zerod = {}
+#zerod = {}
#zlib = {}
# User settings
@@ -185,28 +185,28 @@ data = """
ipcd
logd
ptyd
-# pcid /etc/pcid.d/
+pcid /etc/pcid.d/
"""
[[files]]
path = "/etc/init.d/10_net"
data = """
-# smolnetd
-# dnsd
-# dhcpd -b
+smolnetd
+dnsd
+dhcpd -b
"""
[[files]]
path = "/etc/init.d/20_orbital"
data = """
-# audiod
-# orbital display:3/activate orblogin launcher
+audiod
+orbital display:3/activate orblogin launcher
"""
[[files]]
path = "/etc/init.d/30_console"
data = """
-# getty display:2
+getty display:2
getty debug: -J
"""
diff --git a/filesystem.toml b/filesystem.toml
index 1b8536b..e909590 120000
--- a/filesystem.toml
+++ b/filesystem.toml
@@ -1 +1 @@
-config/desktop.toml \ No newline at end of file
+config/aarch64.toml \ No newline at end of file