Ignore:
Timestamp:
07/01/2005 10:40:30 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
aabd480
Parents:
fd96303
Message:

Round 2 of several minor wording changes in chapter 6. (merged from trunk r6258)

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

File:
1 edited

Legend:

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

    rfd96303 r90b56f5  
    4040
    4141<screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen>
     42
     43<para>The meaning of the configure options:</para>
     44
     45<variablelist>
     46<varlistentry>
     47<term><parameter>--enable-zlib</parameter></term>
     48<listitem><para>This allows the Module-Init-Tools package to handle compressed
     49kernel modules.</para></listitem>
     50</varlistentry>
     51</variablelist>
    4252
    4353<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.