Changeset 7924167


Ignore:
Timestamp:
05/02/2021 08:46:12 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/usr-move
Children:
54c24ac
Parents:
378c49f
Message:

usr-move: cleanup kmod configure command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kmod.xml

    r378c49f r7924167  
    4444    <para>Prepare Kmod for compilation:</para>
    4545
    46 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr          \
    47             --bindir=/bin          \
    48             --sysconfdir=/etc      \
    49             --with-rootlibdir=/lib \
    50             --with-xz              \
    51             --with-zstd            \
    52             --with-zlib</userinput></screen>
    53 
    54 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr          \
     46<screen><userinput remap="configure">./configure --prefix=/usr          \
    5547            --bindir=/bin          \
    5648            --sysconfdir=/etc      \
     
    6658        <listitem>
    6759          <para>These options enable Kmod to handle compressed kernel modules.</para>
    68         </listitem>
    69       </varlistentry>
    70 
    71       <varlistentry revision="sysv">
    72         <term><parameter>--with-rootlibdir=/lib</parameter></term>
    73         <listitem>
    74           <para>This option ensures different library related files are placed
    75           in the correct directories.</para>
    7660        </listitem>
    7761      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.