mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Reverted commit from r5793.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
35508aad17
commit
d4dac8377e
@ -84,10 +84,6 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>June 8th, 2005 [archaic]: Removed suggestion on where to move
|
||||
/sources, and reworded the rest of the page (chapter06/revisedchroot.xml).
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>Jun 1st, 2005 [manuel]: Changed patches root to
|
||||
lfs/svn/testing/</para></listitem>
|
||||
|
||||
|
@ -29,20 +29,17 @@ Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed</seg></seglistit
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Module-Init-Tools</title>
|
||||
|
||||
<para>Module-Init-Tools attempts to rewrite its
|
||||
<filename>modprobe.conf</filename> man page during the build process. This is
|
||||
unnecessary and also relies on <command>docbook2man</command> — which is not
|
||||
installed in LFS. Run the following command to avoid this:</para>
|
||||
|
||||
<screen><userinput>touch modprobe.conf.5</userinput></screen>
|
||||
|
||||
<para>Prepare Module-Init-Tools for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
<screen><userinput>make DOCBOOKTOMAN=""</userinput></screen>
|
||||
|
||||
<!-- Edit me -->
|
||||
<para>The <envar>DOCBOOKTOMAN</envar> option allows the compile process to
|
||||
complete without regenerating the man pages.</para>
|
||||
|
||||
<para>To test the results, issue:
|
||||
<userinput>make check</userinput>.</para>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "TESTING-20050608">
|
||||
<!ENTITY releasedate "June 8, 2005">
|
||||
<!ENTITY version "TESTING-20050601">
|
||||
<!ENTITY releasedate "June 1, 2005">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
|
Loading…
Reference in New Issue
Block a user