Links for /dev/null, /dev/random, /dev/urandom, and /dev/zero

This commit is contained in:
Jeremy Soller 2019-07-23 21:07:19 -06:00
parent c09185e88e
commit 5775ec204b
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1
2 changed files with 21 additions and 1 deletions

View file

@ -302,3 +302,23 @@ data = ""
directory= true
# 0o1777
mode = 1023
[[files]]
path = "/dev/null"
data = "null:"
symlink = true
[[files]]
path = "/dev/random"
data = "rand:"
symlink = true
[[files]]
path = "/dev/urandom"
data = "rand:"
symlink = true
[[files]]
path = "/dev/zero"
data = "zero:"
symlink = true

2
kernel

@ -1 +1 @@
Subproject commit e570f3527970b6c3cc3079ca4695399e4e6d8c69
Subproject commit e95cb74d0b45e9a0fa41f260feea61db5eaad9a8