From 2fb773915c82965b85c71821c99ea7ef1d34830a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 11 Jul 2025 09:28:54 -0600 Subject: [PATCH] config: move userutils to base and remove dnsd --- config/base.toml | 1 + config/minimal-net.toml | 1 - config/minimal.toml | 1 - config/net.toml | 1 - config/redoxer.toml | 1 - config/resist.toml | 2 -- config/server.toml | 1 - 7 files changed, 1 insertion(+), 7 deletions(-) diff --git a/config/base.toml b/config/base.toml index 27e83334..a4e70560 100644 --- a/config/base.toml +++ b/config/base.toml @@ -17,6 +17,7 @@ kernel = {} libgcc = {} libstdcxx = {} relibc = {} +userutils = {} uutils = {} ## Configuration files diff --git a/config/minimal-net.toml b/config/minimal-net.toml index 91614647..26dcfdd7 100644 --- a/config/minimal-net.toml +++ b/config/minimal-net.toml @@ -17,7 +17,6 @@ ion = {} netdb = {} pkgutils = {} smith = {} -userutils = {} [[files]] path = "/usr/lib/init.d/30_console" diff --git a/config/minimal.toml b/config/minimal.toml index 9011a9da..ba88f789 100644 --- a/config/minimal.toml +++ b/config/minimal.toml @@ -13,7 +13,6 @@ coreutils = {} extrautils = {} ion = {} smith = {} -userutils = {} [[files]] path = "/usr/lib/init.d/30_console" diff --git a/config/net.toml b/config/net.toml index d7429362..a6a472e3 100644 --- a/config/net.toml +++ b/config/net.toml @@ -12,7 +12,6 @@ netutils = {} path = "/usr/lib/init.d/10_net" data = """ smolnetd -dnsd dhcpd -b """ diff --git a/config/redoxer.toml b/config/redoxer.toml index 33f56c75..95fd4327 100644 --- a/config/redoxer.toml +++ b/config/redoxer.toml @@ -22,7 +22,6 @@ relibc = {} path = "/usr/lib/init.d/10_net" data = """ smolnetd -dnsd dhcpd """ diff --git a/config/resist.toml b/config/resist.toml index 4017cf7a..521e7d55 100644 --- a/config/resist.toml +++ b/config/resist.toml @@ -19,14 +19,12 @@ gnu-binutils = {} gnu-make = {} netdb = {} resist = {} -userutils = {} # Override to not background dhcpd [[files]] path = "/usr/lib/init.d/10_net" data = """ smolnetd -dnsd dhcpd """ diff --git a/config/server.toml b/config/server.toml index f1194405..89bc0a4a 100644 --- a/config/server.toml +++ b/config/server.toml @@ -25,7 +25,6 @@ netdb = {} pkgutils = {} redoxfs = {} resist = {} -userutils = {} [[files]] path = "/usr/lib/init.d/30_console"