~ubuntu-core-dev/module-init-tools/ubuntu

« back to all changes in this revision

Viewing changes to doc/depmod.conf.sgml

  • Committer: Scott James Remnant
  • Date: 2009-07-16 15:24:17 UTC
  • mfrom: (152.1.38)
  • Revision ID: scott@netsplit.com-20090716152417-7ak1sklxb59cs4fz
MergeĀ 3.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    </para>
42
42
    <para>
43
43
      The format of <filename>depmod.conf</filename> and files under <filename>depmod.d</filename> is simple: one
44
 
      command per line, with blank lines and lines starting with #
45
 
      ignored (useful for adding comments).  A \ at the end of a line
 
44
      command per line, with blank lines and lines starting with '#'
 
45
      ignored (useful for adding comments).  A '\' at the end of a line
46
46
      causes it to continue on the next line, which makes the file a
47
47
      bit neater.
48
48
    </para>
59
59
            (or other configured module location) subdirectories will
60
60
            be processed by <command>depmod</command>. Directories are
61
61
            listed in order, with the highest priority given to the
62
 
            first listed directory and the lowest to the last. The
63
 
            special keyword <command>built-in</command> refers to
64
 
            the standard module directories installed by the kernel.
 
62
            first listed directory and the lowest priority given to the last
 
63
            directory listed. The special keyword <command>built-in</command> 
 
64
            refers to the standard module directories installed by the kernel.
65
65
          </para>
66
66
          <para>
67
67
            By default, depmod will give a higher priority to 
97
97
          </para>
98
98
        </listitem>
99
99
      </varlistentry>
100
 
      <varlistentry>
101
 
        <term>include <replaceable>filename</replaceable>
102
 
        </term>
103
 
        <listitem>
104
 
          <para>
105
 
            Using this command, you can include other configuration
106
 
            files, or whole directories, which is occasionally useful.
107
 
          </para>
108
 
        </listitem>
109
 
      </varlistentry>
110
100
    </variablelist>
111
101
  </refsect1>
112
102
  <refsect1>