Changeset 993a789 for chapter08


Ignore:
Timestamp:
08/24/2024 05:01:43 PM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.2
Children:
7e06ddd
Parents:
1ff846e2 (diff), 54c0a86 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r1ff846e2 r993a789  
    123123    <para>Now run the tests (using <filename>/dev/null</filename> for the
    124124    standard input, or two tests may be broken if building LFS in a
    125     graphical terminal or a session in SSH or GNU Screen etc. because the
     125    graphical terminal or a session in SSH or GNU Screen because the
    126126    standard input is connected to a PTY from host distro, and the device
    127127    node for such a PTY cannot be accessed from the LFS chroot
  • chapter08/kmod.xml

    r1ff846e2 r993a789  
    4444    <para>Prepare Kmod for compilation:</para>
    4545
    46 <screen><userinput remap="configure">./configure --prefix=/usr          \
    47             --sysconfdir=/etc      \
    48             --with-openssl         \
    49             --with-xz              \
    50             --with-zstd            \
    51             --with-zlib</userinput></screen>
     46<screen><userinput remap="configure">./configure --prefix=/usr     \
     47            --sysconfdir=/etc \
     48            --with-openssl    \
     49            --with-xz         \
     50            --with-zstd       \
     51            --with-zlib       \
     52            --disable-manpages</userinput></screen>
    5253
    5354    <variablelist>
     
    7273        <listitem>
    7374          <para>These options enable Kmod to handle compressed kernel modules.</para>
     75        </listitem>
     76      </varlistentry>
     77
     78      <varlistentry>
     79        <term>
     80          <parameter>--disable-manpages</parameter>
     81        </term>
     82        <listitem>
     83          <para>This option disables generating the man pages which
     84          requires an external program.</para>
    7485        </listitem>
    7586      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.