]> git.pld-linux.org Git - packages/systemd.git/blob - udev-links.conf
- external make_extra_nodes configuration (from mandriva/debian)
[packages/systemd.git] / udev-links.conf
1 # List device nodes that need to be created by udev:
2
3 # Standard nodes:
4 L fd            /proc/self/fd
5 L stdin         /proc/self/fd/0
6 L stdout        /proc/self/fd/1
7 L stderr        /proc/self/fd/2
8 L core          /proc/kcore
9
10 # These are needed for fs to be mounted:
11 D pts
12 D shm
13
14 # These are needed because their drivers cannot be autoprobed in any way:
15 M fd0           b 2 0
16 M fd1           b 2 1
17 M ppp           c 108 0
18 M loop0         b 7 0
19 D net
20 M net/tun       c 10 200
21 M raw1394       c 171 0
22 M sg0           c 21 0
23 M sg1           c 21 1
24 M sr0           b 11 0
25 M sr1           b 11 1
26 M st0           c 9 0
27 M st1           c 9 1
28 M parport0      c 99 0
29 D cpu
30 D cpu/0
31 M cpu/0/cpuid c 203 0
32 M cpu/0/microcode c 10 184
33 M cpu/0/msr c 202 0
34 M lp0       c   6 0
35 M rawctl    c 162 0
36
37 # sometimes, nvidia driver is slow to create these devices and X failed to start:
38 M nvidia0       c 195 0
39 M nvidiactl     c 195 255
This page took 0.077916 seconds and 4 git commands to generate.