config: move userutils to base and remove dnsd

This commit is contained in:
Jeremy Soller 2025-07-11 09:28:54 -06:00
parent 2cb3fec1de
commit 2fb773915c
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
7 changed files with 1 additions and 7 deletions

View File

@ -17,6 +17,7 @@ kernel = {}
libgcc = {}
libstdcxx = {}
relibc = {}
userutils = {}
uutils = {}
## Configuration files

View File

@ -17,7 +17,6 @@ ion = {}
netdb = {}
pkgutils = {}
smith = {}
userutils = {}
[[files]]
path = "/usr/lib/init.d/30_console"

View File

@ -13,7 +13,6 @@ coreutils = {}
extrautils = {}
ion = {}
smith = {}
userutils = {}
[[files]]
path = "/usr/lib/init.d/30_console"

View File

@ -12,7 +12,6 @@ netutils = {}
path = "/usr/lib/init.d/10_net"
data = """
smolnetd
dnsd
dhcpd -b
"""

View File

@ -22,7 +22,6 @@ relibc = {}
path = "/usr/lib/init.d/10_net"
data = """
smolnetd
dnsd
dhcpd
"""

View File

@ -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
"""

View File

@ -25,7 +25,6 @@ netdb = {}
pkgutils = {}
redoxfs = {}
resist = {}
userutils = {}
[[files]]
path = "/usr/lib/init.d/30_console"