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 = {}
|
||||
netutils = {}
|
||||
#newlib = {}
|
||||
nulld = {}
|
||||
#openssl = {}
|
||||
orbdata = {}
|
||||
orbital = {}
|
||||
|
@ -64,6 +65,7 @@ smith = {}
|
|||
userutils = {}
|
||||
uutils = {}
|
||||
#xz = {}
|
||||
zerod = {}
|
||||
|
||||
# User settings
|
||||
[users.root]
|
||||
|
@ -81,6 +83,8 @@ password = ""
|
|||
[[files]]
|
||||
path = "/etc/init.d/00_base"
|
||||
data = """
|
||||
nulld
|
||||
zerod
|
||||
pcid /etc/pcid/filesystem.toml
|
||||
randd
|
||||
ptyd
|
||||
|
|
2
kernel
2
kernel
|
@ -1 +1 @@
|
|||
Subproject commit a9fa08fd7221db9615a482b8a8396829f7c4fc2f
|
||||
Subproject commit 7bfe1739fdcee34da9d65f1ca47c6da1972c222d
|
Loading…
Reference in a new issue