Changeset ff4d299


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd4dac83 rff4d299  
    8585</listitem>
    8686
     87<listitem><para>June 8th, 2005 [archaic]: Added a command to prevent
     88module-init-tools from rewriting it's man page (which relies on
     89docbook2man).</para></listitem>
     90
    8791<listitem><para>Jun 1st, 2005 [manuel]: Changed patches root to
    8892lfs/svn/testing/</para></listitem>
  • 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:
  • general.ent

    rd4dac83 rff4d299  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "TESTING-20050601">
    3 <!ENTITY releasedate "June 1, 2005">
     2<!ENTITY version "TESTING-20050608">
     3<!ENTITY releasedate "June 8, 2005">
    44<!ENTITY milestone "6.1">
    55
Note: See TracChangeset for help on using the changeset viewer.