release: module-init-tools v3.11.1
[mit.git] / README
blobd947700ec1f4842097cc94a3cc1e09c828a08034
1 PLEASE READ INSTRUCTIONS CAREFULLY.
2 THERE IS NO BACKWARDS COMPATABILITY FOR PRE-2.6 KERNELS!
4 1a) If you want to install in /sbin:
5         ./configure --prefix= --mandir=/usr/share/man
7 1b) If you want to install in /usr/local/sbin:
8         ./configure
10 2) Now, build it:
11         make
12         make install
14 3) You will need to run "depmod" for your new kernel, eg:
15         depmod 2.6.29
17 6) If you want to hack on the source:
18         autoreconf -i
19         (or in full: aclocal -I m4 && automake --add-missing --copy && autoconf)
21 If this is all too complicated, I recommend getting and installing your
22 distribution package or source rpm instead.