Move null: and zero: to user space
This commit is contained in:
parent
a3f28dfe33
commit
966db5191f
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
||||||
Subproject commit 527599d49c24d24eeecc1438c75477d3a3c59221
|
Subproject commit c55ebad2ffd2276db0d9544d41564cbd2ad1b064
|
|
@ -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
2
kernel
|
@ -1 +1 @@
|
||||||
Subproject commit a9fa08fd7221db9615a482b8a8396829f7c4fc2f
|
Subproject commit 7bfe1739fdcee34da9d65f1ca47c6da1972c222d
|
Loading…
Reference in a new issue