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