source: MondoRescue/branches/2.2.5/mindi/rootfs/etc/udev-links.conf@ 1721

Last change on this file since 1721 was 1721, checked in by Bruno Cornec, 16 years ago
  • Handles dynamically linked busybox (in case we want to use it soon ;-)
  • Adds fixed devices to create for udev
  • ide-generic should not be part of the initrd when using libata v2
  • support a dynamically linked udev (case on Ubuntu 7.10 and Mandriva 2008.0 so should be quite generic) This will give incitation to move to dyn. linked binaries in the initrd which will help for other tasks (ia64)
File size: 988 bytes
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
21D net
22M net/tun c 10 200
23M raw1394 c 171 0
24M sg0 c 21 0
25M sg1 c 21 1
26M sr0 b 11 0
27M sr1 b 11 1
28M st0 c 9 0
29M st1 c 9 1
30M parport0 c 99 0
31D cpu
32D cpu/0
33M cpu/0/cpuid c 203 0
34M cpu/0/microcode c 10 184
35M cpu/0/msr c 202 0
36M lp0 c 6 0
37M rawctl c 162 0
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
41
42# Addition for mindi
43M tty1 c 104 1
44M tty2 c 104 2
45M tty3 c 104 3
46M tty4 c 104 4
47M tty5 c 104 5
48M tty6 c 104 6
49M tty7 c 104 7
50M tty8 c 104 8
51
52M null c 1 3
Note: See TracBrowser for help on using the repository browser.