Compare commits

...

4 Commits

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

See merge request redox-os/redox!1589
2025-07-12 13:08:41 -03:00
Jeremy Soller
2fb773915c
config: move userutils to base and remove dnsd 2025-07-11 09:28:54 -06:00
Jeremy Soller
2cb3fec1de
x11: add webkitgtk3 2025-07-11 09:27:56 -06:00
Ribbon
2607824648 Add the mold linker in the Podman container 2025-06-20 00:00:11 -03:00
9 changed files with 5 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"

View File

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

View File

@ -56,6 +56,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
m4 \
make \
meson \
mold \
nasm \
ninja-build \
patch \