Ignore:
Timestamp:
Apr 13, 2014, 12:11:12 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
37a6db2
Parents:
45c30d1
Message:

Added command explanation to kmod instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/kmod.xml

    r45c30d1 ree7300b  
    3232    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen>
    3333
     34    <variablelist os="c">
     35      <title>The meaning of the new configure options:</title>
     36
     37      <varlistentry>
     38        <term><parameter>--with-zlib --with-xz</parameter></term>
     39        <listitem>
     40          <para>These allow the Kmod package to handle zlib and XZ
     41            compressed kernel modules.</para>
     42        </listitem>
     43      </varlistentry>
     44
     45    </variablelist>
     46
    3447    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3548    href="../../final-system/common/kmod.xml"
     
    4457    xpointer="xpointer(//*[@os='g'])"/>
    4558
    46 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     59<screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4760
    4861<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.