conf.d major changes

This commit is contained in:
2015-12-17 12:49:30 +03:00
parent 26e023157a
commit 025ad3b4a3
19 changed files with 43 additions and 58 deletions

8
conf.d/devfs-links Normal file
View File

@@ -0,0 +1,8 @@
# Config for devfs-links
cfg_links=(
'/proc/self/fd;/dev/fd'
'/proc/self/fd/0;/dev/stdin'
'/proc/self/fd/1;/dev/stdout'
'/proc/self/fd/2;/dev/stderr'
)