diff options
Diffstat (limited to 'recipes/udev/files/links.conf')
-rw-r--r-- | recipes/udev/files/links.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/udev/files/links.conf b/recipes/udev/files/links.conf new file mode 100644 index 0000000000..a9f8b58b27 --- /dev/null +++ b/recipes/udev/files/links.conf @@ -0,0 +1,24 @@ +# This file does not exist. Please do not ask the debian maintainer about it. +# You may use it to do strange and wonderful things, at your risk. + +L fd /proc/self/fd +L stdin /proc/self/fd/0 +L stdout /proc/self/fd/1 +L stderr /proc/self/fd/2 +L core /proc/kcore +L sndstat /proc/asound/oss/sndstat +L MAKEDEV /sbin/MAKEDEV + +D pts +D shm + +M null c 1 3 +M console c 5 1 + +# Hic sunt leones. +M ppp c 108 0 +D loop +M loop/0 b 7 0 +D net +M net/tun c 10 200 + |