Skip to content
Snippets Groups Projects
Commit a1a0a731 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'tty-config' into 'master'

add /dev/tty and other libc: links

See merge request redox-os/redox!1399
parents 42ddca03 0a739ba2
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