Changeset 2590473 for chapter08/kmod.xml


Ignore:
Timestamp:
02/06/2022 04:45:15 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
2195c1e
Parents:
3e09569 (diff), d759d8b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kmod.xml

    r3e09569 r2590473  
    4646<screen><userinput remap="configure">./configure --prefix=/usr          \
    4747            --sysconfdir=/etc      \
     48            --with-openssl         \
    4849            --with-xz              \
    4950            --with-zstd            \
     
    5455
    5556      <varlistentry>
    56         <term><parameter>--with-xz, --with-zlib, --with-zstd</parameter></term>
     57        <term>
     58          <parameter>--with-openssl</parameter>
     59        </term>
     60        <listitem>
     61          <para>This option enables Kmod to handle PKCS7 signatures for
     62          kernel modules.</para>
     63        </listitem>
     64      </varlistentry>
     65
     66      <varlistentry>
     67        <term>
     68          <parameter>--with-xz</parameter>,
     69          <parameter>--with-zlib</parameter>, and
     70          <parameter>--with-zstd</parameter>
     71        </term>
    5772        <listitem>
    5873          <para>These options enable Kmod to handle compressed kernel modules.</para>
     
    6681<screen><userinput remap="make">make</userinput></screen>
    6782
    68     <para>This package does not come with a test suite that can be run in the
    69     LFS chroot environment.  At a minimum the git program is required and
    70     several tests will not run outside of a git repository. </para>
     83    <para>The test suite of this package requires raw kernel headers
     84    (not the <quote>sanitized</quote> kernel headers installed earlier),
     85    which are beyond the scope of LFS.</para>
    7186
    7287    <para>Install the package and create symlinks for
Note: See TracChangeset for help on using the changeset viewer.