File: README

package info (click to toggle)
module-init-tools 3.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,208 kB
  • ctags: 900
  • sloc: sh: 7,980; ansic: 5,036; makefile: 204
file content (39 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
READ INSTRUCTIONS CAREFULLY, OTHERWISE YOU MAY DESTROY YOUR OLD UTILS!

1a) If you want to install in /sbin:
	./configure --prefix=/
	make moveold (if installing for the first time).

  "make moveold" renames the old insmod, modprobe, rmmod and lsmod to
  insmod.old, modprobe.old, rmmod.old and lsmod.old, and the matching
  manpages.

OR,

1b) If you want to install in /usr/local/sbin:
	./configure
	make links

  "make links" makes links to the previous insmod, modprobe, rmmod and
  lsmod (which are in /sbin) in /usr/local/sbin

2) Now, build it:
	make
	make install

3) If running for the first time, you might want to convert your old
   modules.conf to modprobe.conf:

	./generate-modprobe.conf /etc/modprobe.conf

4) If you are using devfs, copy modprobe.devfs to /etc

5) You will need to run "depmod" for your new kernel, eg:

	depmod 2.5.50

6) If you want to hack on the source:
	aclocal && automake --add-missing --copy && autoconf

If this is all too complicated, I recommend getting and installing the
source rpm or debian package instead.