Skip to content
Snippets Groups Projects
Commit 0a739ba2 authored by Ron Williams's avatar Ron Williams
Browse files

add /dev/tty and other libc: links

parent 42ddca03
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,26 @@ path = "/dev/zero"
data = "zero:"
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
[[files]]
path = "/etc/group"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment