Ignore:
Timestamp:
01/06/2006 02:59:05 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
e1ca33a
Parents:
1714f1a
Message:

Merged recent changes from trunk to lfs-alpha. Fixed typo.

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

File:
1 edited

Legend:

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

    r1714f1a r46a2e9c  
    4040<para>Prepare Module-Init-Tools for compilation:</para>
    4141
    42 <screen><userinput>./configure --prefix="" --mandir=/usr/share/man \
    43   --enable-zlib</userinput></screen>
    44 
    45 <para>The meaning of the configure options:</para>
    46 
    47 <variablelist>
    48 <varlistentry>
    49 <term><parameter>--mandir=/usr/share/man</parameter></term>
    50 <listitem><para>This ensures the man pages are installed in the correct
    51 location.</para></listitem>
    52 </varlistentry>
    53 <varlistentry>
    54 <term><parameter>--enable-zlib</parameter></term>
    55 <listitem><para>This allows the Module-Init-Tools package to handle compressed
    56 kernel modules.</para></listitem>
    57 </varlistentry>
    58 </variablelist>
     42<screen><userinput>./configure --prefix=/ --enable-zlib</userinput></screen>
    5943
    6044<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.