Move null: and zero: to user space

This commit is contained in:
Alex Lyon 2017-12-18 15:41:03 -08:00
parent a3f28dfe33
commit 966db5191f
No known key found for this signature in database
GPG key ID: B517F04B325131B1
3 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit 527599d49c24d24eeecc1438c75477d3a3c59221 Subproject commit c55ebad2ffd2276db0d9544d41564cbd2ad1b064

View file

@ -39,6 +39,7 @@ netdb = {}
netstack = {} netstack = {}
netutils = {} netutils = {}
#newlib = {} #newlib = {}
nulld = {}
#openssl = {} #openssl = {}
orbdata = {} orbdata = {}
orbital = {} orbital = {}
@ -64,6 +65,7 @@ smith = {}
userutils = {} userutils = {}
uutils = {} uutils = {}
#xz = {} #xz = {}
zerod = {}
# User settings # User settings
[users.root] [users.root]
@ -81,6 +83,8 @@ password = ""
[[files]] [[files]]
path = "/etc/init.d/00_base" path = "/etc/init.d/00_base"
data = """ data = """
nulld
zerod
pcid /etc/pcid/filesystem.toml pcid /etc/pcid/filesystem.toml
randd randd
ptyd ptyd

2
kernel

@ -1 +1 @@
Subproject commit a9fa08fd7221db9615a482b8a8396829f7c4fc2f Subproject commit 7bfe1739fdcee34da9d65f1ca47c6da1972c222d