Move nulld, randd, and zerod to initfs
This commit is contained in:
parent
0e4af27fe2
commit
e4f3995c9b
|
@ -90,7 +90,7 @@ netsurf = {}
|
||||||
netutils = {}
|
netutils = {}
|
||||||
#newlib = {}
|
#newlib = {}
|
||||||
#newlibtest = {}
|
#newlibtest = {}
|
||||||
nulld = {}
|
#nulld = {}
|
||||||
#openjazz = {}
|
#openjazz = {}
|
||||||
#openssl = {}
|
#openssl = {}
|
||||||
#openttd = {}
|
#openttd = {}
|
||||||
|
@ -115,11 +115,12 @@ pkgutils = {}
|
||||||
ptyd = {}
|
ptyd = {}
|
||||||
#python = {}
|
#python = {}
|
||||||
#qemu = {}
|
#qemu = {}
|
||||||
randd = {}
|
#randd = {}
|
||||||
#readline = {} # ncurses
|
#readline = {} # ncurses
|
||||||
redoxfs = {}
|
redoxfs = {}
|
||||||
#redox-ssh = {}
|
#redox-ssh = {}
|
||||||
#relibc = {}
|
#relibc = {}
|
||||||
|
#relibc-tests = {}
|
||||||
#ripgrep = {}
|
#ripgrep = {}
|
||||||
#rodioplay = {}
|
#rodioplay = {}
|
||||||
#rs-nes = {}
|
#rs-nes = {}
|
||||||
|
@ -156,7 +157,7 @@ uutils = {}
|
||||||
#webrender = {}
|
#webrender = {}
|
||||||
#winit = {}
|
#winit = {}
|
||||||
#xz = {}
|
#xz = {}
|
||||||
zerod = {}
|
#zerod = {}
|
||||||
#zlib = {}
|
#zlib = {}
|
||||||
|
|
||||||
# User settings
|
# User settings
|
||||||
|
@ -174,9 +175,6 @@ password = ""
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/init.d/00_base"
|
path = "/etc/init.d/00_base"
|
||||||
data = """
|
data = """
|
||||||
nulld
|
|
||||||
zerod
|
|
||||||
randd
|
|
||||||
ipcd
|
ipcd
|
||||||
logd
|
logd
|
||||||
ptyd
|
ptyd
|
||||||
|
|
Loading…
Reference in a new issue