mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
Compare commits
4 Commits
3b76ebaa9f
...
4b43e2b180
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b43e2b180 | ||
|
|
2fb773915c | ||
|
|
2cb3fec1de | ||
|
|
2607824648 |
@ -17,6 +17,7 @@ kernel = {}
|
||||
libgcc = {}
|
||||
libstdcxx = {}
|
||||
relibc = {}
|
||||
userutils = {}
|
||||
uutils = {}
|
||||
|
||||
## Configuration files
|
||||
|
||||
@ -17,7 +17,6 @@ ion = {}
|
||||
netdb = {}
|
||||
pkgutils = {}
|
||||
smith = {}
|
||||
userutils = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/30_console"
|
||||
|
||||
@ -13,7 +13,6 @@ coreutils = {}
|
||||
extrautils = {}
|
||||
ion = {}
|
||||
smith = {}
|
||||
userutils = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/30_console"
|
||||
|
||||
@ -12,7 +12,6 @@ netutils = {}
|
||||
path = "/usr/lib/init.d/10_net"
|
||||
data = """
|
||||
smolnetd
|
||||
dnsd
|
||||
dhcpd -b
|
||||
"""
|
||||
|
||||
|
||||
@ -22,7 +22,6 @@ relibc = {}
|
||||
path = "/usr/lib/init.d/10_net"
|
||||
data = """
|
||||
smolnetd
|
||||
dnsd
|
||||
dhcpd
|
||||
"""
|
||||
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ netdb = {}
|
||||
pkgutils = {}
|
||||
redoxfs = {}
|
||||
resist = {}
|
||||
userutils = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/30_console"
|
||||
|
||||
@ -12,10 +12,13 @@ filesystem_size = 2048
|
||||
# Package settings
|
||||
[packages]
|
||||
gtk3 = {}
|
||||
libnettle = {}
|
||||
llvm18 = {}
|
||||
mesa-x11 = {}
|
||||
mesa-demos-x11 = {}
|
||||
sqlite3 = {}
|
||||
twm = {}
|
||||
webkitgtk3 = {}
|
||||
xev = {}
|
||||
xeyes = {}
|
||||
xinit = {}
|
||||
|
||||
@ -56,6 +56,7 @@ RUN useradd --create-home --no-log-init --uid _UID_ poduser \
|
||||
m4 \
|
||||
make \
|
||||
meson \
|
||||
mold \
|
||||
nasm \
|
||||
ninja-build \
|
||||
patch \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user