Compare commits

..

1 Commits

Author SHA1 Message Date
Ribbon
3b76ebaa9f Merge branch 'add-mold-package' into 'master'
Add the mold linker in the Podman container

See merge request redox-os/redox!1589
2025-07-11 00:01:18 -03:00
8 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -19,12 +19,14 @@ 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,6 +25,7 @@ netdb = {}
pkgutils = {}
redoxfs = {}
resist = {}
userutils = {}
[[files]]
path = "/usr/lib/init.d/30_console"

View File

@ -12,13 +12,10 @@ filesystem_size = 2048
# Package settings
[packages]
gtk3 = {}
libnettle = {}
llvm18 = {}
mesa-x11 = {}
mesa-demos-x11 = {}
sqlite3 = {}
twm = {}
webkitgtk3 = {}
xev = {}
xeyes = {}
xinit = {}