add /dev/tty and other libc: links
This commit is contained in:
parent
42ddca03c4
commit
0a739ba2a4
|
@ -85,6 +85,26 @@ path = "/dev/zero"
|
||||||
data = "zero:"
|
data = "zero:"
|
||||||
symlink = true
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/dev/tty"
|
||||||
|
data = "libc:tty"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/dev/stdin"
|
||||||
|
data = "libc:stdin"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/dev/stdout"
|
||||||
|
data = "libc:stdout"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/dev/stderr"
|
||||||
|
data = "libc:stderr"
|
||||||
|
symlink = true
|
||||||
|
|
||||||
# Group settings
|
# Group settings
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/etc/group"
|
path = "/etc/group"
|
||||||
|
|
Loading…
Reference in a new issue