Add /dev links to server image

This commit is contained in:
Jeremy Soller 2019-09-11 19:55:41 -06:00
parent 37cb99373b
commit 79e47b83cf
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -274,3 +274,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