Penguin
Blame: modules.dep(5)
EditPageHistoryDiffInfoLikePages
Annotated edit history of modules.dep(5) version 1, including all changes. View license author blame.
Rev Author # Line
1 CraigBox 1 !!NAME
2
3 modules.dep --- List of module dependencies
4
5 !!DESCRIPTION
6
7 The modules.dep as generated by module-init-tools __depmod__, lists the dependencies for every module in the directories under __/lib/modules/__''version'', where __modules.dep__ is.
8
9 Blank lines, and lines starting with a '#' (ignoring spaces) are ignored. Other lines are of the form "filename: [[filename]*", listing the complete dependencies for the first filename in descending order.
10
11 For example, if __/lib/modules/2.5.53/kernel/a.ko__ depended on __b.ko__ and __c.ko__ in the same directory, and __c.ko__ depended on __b.ko__ as well, the file might look like:
12
13 # This is a comment.
14 /lib/modules/2.5.53/kernel/a.ko: /lib/modules/2.5.53/kernel/c.ko /lib/modules/2.5.53/kernel/b.ko
15 /lib/modules/2.5.53/kernel/b.ko:
16 /lib/modules/2.5.53/kernel/c.ko: /lib/modules/2.5.53/kernel/b.ko
17
18 This file is used by modprobe to know the order to load modules (they are loaded right to left, and removed left to right).
19
20 !!COPYRIGHT
21
22 This manual page Copyright 2002, Rusty Russell, IBM Corporation.
23
24 !!SEE ALSO
25
26 modprobe(8)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.