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