1MODULES.DEP(5)                                                  MODULES.DEP(5)
2
3
4

NAME

6       modules.dep - List of module dependencies
7

DESCRIPTION

9       The  modules.dep  as  generated  by module-init-tools depmod, lists the
10       dependencies for  every  module  in  the  directories  under  /lib/mod‐
11       ules/version, where modules.dep is.
12
13       Blank  lines,  and  lines  starting  with  a  '#' (ignoring spaces) are
14       ignored.  Other lines are of the form "filename: [filename]*",  listing
15       the complete dependencies for the first filename in descending order.
16
17       For  example,  if  /lib/modules/2.5.53/kernel/a.ko depended on b.ko and
18       c.ko in the same directory, and c.ko depended on b.ko as well, the file
19       might look like:
20
21       # This is a comment.
22       /lib/modules/2.5.53/kernel/a.ko: /lib/modules/2.5.53/kernel/c.ko /lib/modules/2.5.53/kernel/b.ko
23       /lib/modules/2.5.53/kernel/b.ko:
24       /lib/modules/2.5.53/kernel/c.ko: /lib/modules/2.5.53/kernel/b.ko
25
26
27       This  file  is used by modprobe to know the order to load modules (they
28       are loaded right to left, and removed left to right).
29
31       This manual page Copyright 2002, Rusty Russell, IBM Corporation.
32

SEE ALSO

34       modprobe(8)
35
36
37
38                                 22 March 2007                  MODULES.DEP(5)
Impressum