Changeset d4dac83


Ignore:
Timestamp:
06/08/2005 08:34:26 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
ff4d299
Parents:
35508aa
Message:

Reverted commit from r5793.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r35508aa rd4dac83  
    8585</listitem>
    8686
    87 <listitem><para>June 8th, 2005 [archaic]: Removed suggestion on where to move
    88 /sources, and reworded the rest of the page (chapter06/revisedchroot.xml).
    89 </para></listitem>
    90 
    9187<listitem><para>Jun 1st, 2005 [manuel]: Changed patches root to
    9288lfs/svn/testing/</para></listitem>
  • chapter06/module-init-tools.xml

    r35508aa rd4dac83  
    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
    34 unnecessary and also relies on <command>docbook2man</command> &mdash; which is not
    35 installed in LFS. Run the following command to avoid this:</para>
    36 
    37 <screen><userinput>touch modprobe.conf.5</userinput></screen>
    38 
    3932<para>Prepare Module-Init-Tools for compilation:</para>
    4033
     
    4336<para>Compile the package:</para>
    4437
    45 <screen><userinput>make</userinput></screen>
     38<screen><userinput>make DOCBOOKTOMAN=""</userinput></screen>
     39
     40<!-- Edit me -->
     41<para>The <envar>DOCBOOKTOMAN</envar> option allows the compile process to
     42complete without regenerating the man pages.</para>
    4643
    4744<para>To test the results, issue:
  • general.ent

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