Switch to smolnetd
This commit is contained in:
parent
7228fa46d9
commit
49537bfae6
|
@ -47,6 +47,7 @@ orbutils = {}
|
||||||
#patch = {}
|
#patch = {}
|
||||||
#pixelcannon = {}
|
#pixelcannon = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
|
#prboom = {}
|
||||||
ptyd = {}
|
ptyd = {}
|
||||||
#python = {}
|
#python = {}
|
||||||
randd = {}
|
randd = {}
|
||||||
|
@ -87,12 +88,7 @@ ptyd
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/10_net"
|
path = "/etc/init.d/10_net"
|
||||||
data = """
|
data = """
|
||||||
ethernetd
|
smolnetd
|
||||||
ipd
|
|
||||||
icmpd
|
|
||||||
tcpd
|
|
||||||
udpd
|
|
||||||
dhcpd -b
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -178,4 +174,3 @@ Welcome to Redox OS!
|
||||||
path = "/usr/bin"
|
path = "/usr/bin"
|
||||||
data = "/bin"
|
data = "/bin"
|
||||||
symlink = true
|
symlink = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue