source: MondoRescue/branches/3.0/mindi/rootfs/etc/udev-links.conf@ 3319

Last change on this file since 3319 was 3319, checked in by Bruno Cornec, 9 years ago
  • Backport most mindi modifications done in the 3.2 branch into 3.0 in order to have soon a 2.1.8 version which is probably Fedora 17+ compatible (all modifications up to 2014-10-16)
File size: 1.2 KB
Line 
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#L sndstat /proc/asound/oss/sndstat
10#L MAKEDEV /sbin/MAKEDEV
11
12# These are needed for fs to be mounted:
13D pts
14D shm
15
16# These are needed because their drivers cannot be autoprobed in any way:
17M fd0 b 2 0
18M fd1 b 2 1
19M ppp c 108 0
20M loop0 b 7 0
21M loop1 b 7 1
22M loop2 b 7 2
23D net
24M net/tun c 10 200
25M raw1394 c 171 0
26M sg0 c 21 0
27M sg1 c 21 1
28M sr0 b 11 0
29M sr1 b 11 1
30M st0 c 9 0
31M st1 c 9 1
32M parport0 c 99 0
33D cpu
34D cpu/0
35M cpu/0/cpuid c 203 0
36M cpu/0/microcode c 10 184
37M cpu/0/msr c 202 0
38M lp0 c 6 0
39M rawctl c 162 0
40M kmsg c 1 11
41# sometimes, nvidia driver is slow to create these devices and X failed to start:
42M nvidia0 c 195 0
43M nvidiactl c 195 255
44
45# Addition for mindi
46M tty0 c 4 0
47M tty1 c 4 1
48M tty2 c 4 2
49M tty3 c 4 3
50M tty4 c 4 4
51M tty5 c 4 5
52M tty6 c 4 6
53M tty7 c 4 7
54M tty8 c 4 8
55M ttyS0 c 4 64
56M ttyS1 c 4 65
57L console /dev/tty0
58L tty /dev/tty0
59
60M null c 1 3
61M zero c 1 5
62M random c 1 8
63M urandom c 1 9
64M ram0 c 1 0
65M ram1 c 1 1
66M ram2 c 1 2
67M fuse c 10 229
Note: See TracBrowser for help on using the repository browser.