Move nulld, randd, and zerod to initfs

This commit is contained in:
Jeremy Soller 2019-04-28 19:37:41 -06:00
parent 0e4af27fe2
commit e4f3995c9b
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -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