Add /dev links to server image
This commit is contained in:
parent
37cb99373b
commit
79e47b83cf
|
@ -274,3 +274,23 @@ data = ""
|
||||||
directory= true
|
directory= true
|
||||||
# 0o1777
|
# 0o1777
|
||||||
mode = 1023
|
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
|
||||||
|
|
Loading…
Reference in a new issue