From 834541fbd38edfdef766bb59d4de631c8d86644c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 17 Oct 2022 12:01:03 -0600 Subject: [PATCH] Updated developer config --- config/x86_64/{rustc.toml => dev.toml} | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) rename config/x86_64/{rustc.toml => dev.toml} (88%) diff --git a/config/x86_64/rustc.toml b/config/x86_64/dev.toml similarity index 88% rename from config/x86_64/rustc.toml rename to config/x86_64/dev.toml index 9e01f4a..728a4bb 100644 --- a/config/x86_64/rustc.toml +++ b/config/x86_64/dev.toml @@ -1,4 +1,4 @@ -# Configuration for using rustc +# Configuration for development, includes cargo and rustc # General settings [general] @@ -9,9 +9,11 @@ prompt = false # Package settings [packages] +audiod = {} bootloader = {} bootstrap = {} ca-certificates = {} +cargo = {} contain = {} coreutils = {} dash = {} @@ -23,18 +25,24 @@ findutils = {} gcc = {} gnu-binutils = {} gnu-make = {} +initfs = {} installer = {} ion = {} -initfs = {} ipcd = {} kernel = {} netdb = {} netstack = {} +netsurf = {} netutils = {} +orbdata = {} +orbital = {} +orbterm = {} +orbutils = {} pkgutils = {} ptyd = {} redoxfs = {} relibc = {} +resist = {} rust = {} smith = {} userutils = {} @@ -77,10 +85,17 @@ 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/activate +getty display:2 getty debug: -J """