Ignore:
Timestamp:
06/08/2005 08:38:38 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
2c1a39e3
Parents:
d4dac83
Message:

Merged r5716 and r5783 to testing.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/module-init-tools.xml

    rd4dac83 rff4d299  
    3030<title>Installation of Module-Init-Tools</title>
    3131
     32<para>Module-Init-Tools attempts to rewrite its
     33<filename>modprobe.conf</filename> man page during the build process. This is
     34unnecessary and also relies on <command>docbook2man</command> &mdash; which is not
     35installed in LFS. Run the following command to avoid this:</para>
     36
     37<screen><userinput>touch modprobe.conf.5</userinput></screen>
     38
    3239<para>Prepare Module-Init-Tools for compilation:</para>
    3340
     
    3643<para>Compile the package:</para>
    3744
    38 <screen><userinput>make DOCBOOKTOMAN=""</userinput></screen>
    39 
    40 <!-- Edit me -->
    41 <para>The <envar>DOCBOOKTOMAN</envar> option allows the compile process to
    42 complete without regenerating the man pages.</para>
     45<screen><userinput>make</userinput></screen>
    4346
    4447<para>To test the results, issue:
Note: See TracChangeset for help on using the changeset viewer.