Add elf_core.c into the EXTRA_SOURCES for the static library
[mit.git] / README
blob2c35e4f848d216ba70cda3cbb73a7eb6d2be5b9b
1 PLEASE READ INSTRUCTIONS CAREFULLY.
2 THIS WILL DESTROY THE OLD MODUTILS FOR PRE-2.6 KERNELS!
3 THERE IS NO BACKWARDS COMPATABILITY.
5 1) If running for the first time, you might try to convert your old
6    modules.conf to modprobe.conf automatically:
8         ./generate-modprobe.conf /etc/modprobe.conf
10 2a) If you want to install in /sbin:
11         ./configure --prefix= --mandir=/usr/share/man
13 2b) If you want to install in /usr/local/sbin:
14         ./configure
16 3) Now, build it:
17         make
18         make install
20 4) If you are using devfs, copy modprobe.devfs to /etc
22 5) You will need to run "depmod" for your new kernel, eg:
24         depmod 2.5.50
26 6) If you want to hack on the source:
27         autoreconf -i
28         (or in full: aclocal -I m4 && automake --add-missing --copy && autoconf)
30 If this is all too complicated, I recommend getting and installing the
31 source rpm or debian package instead.