Changeset 588c7a0


Ignore:
Timestamp:
05/11/2022 07:22:07 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
3c2b819
Parents:
3a72ffa (diff), 59d5489 (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 upstream

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3a72ffa r588c7a0  
    5555      <itemizedlist>
    5656        <listitem>
    57            <para>[bdubbs] - Change nobody/nogroup uid/git to 65534. </para>
     57          <para>[bdubbs] - Change nobody/nogroup uid/gid to 65534. </para>
    5858        </listitem>
    5959        <listitem>
  • chapter08/procps.xml

    r3a72ffa r588c7a0  
    9090         which is the total commited virtual memory space of all processes.
    9191         I'll make a report to upstream anyway.  -->
    92     <para>One test named <filename>FAIL: free with commit</filename>
     92    <para>One test named <filename>free with commit</filename>
    9393    may fail if some applications with a custom memory allocator (for
    9494    example, JVM and Web browsers) are running on the host distro.</para>
  • chapter09/introduction.xml

    r3a72ffa r588c7a0  
    3232    <para>The <command>init</command> program is controlled by the
    3333    <filename>/etc/inittab</filename> file and is organized into run levels that
    34     can be run by the user:</para>
     34    can be run by the user. In LFS, they are used as follows:</para>
    3535
    3636<literallayout>0 &mdash; halt
    37371 &mdash; Single user mode
    38 2 &mdash; Multiuser, without networking
     382 &mdash; User definable
    39393 &mdash; Full multiuser mode
    40404 &mdash; User definable
  • chapter09/usage.xml

    r3a72ffa r588c7a0  
    3232    each one of those corresponds to the actions the computer is supposed to
    3333    perform when it starts up. The default run-level is 3. Here are the
    34     descriptions of the different run-levels as they are implemented:</para>
     34    descriptions of the different run-levels as they are implemented in LFS:</para>
    3535
    3636<literallayout>0: halt the computer
  • chapter10/kernel.xml

    r3a72ffa r588c7a0  
    107107
    108108      <screen role="nodump" revision="sysv">General setup -->
     109   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    109110   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    110111Device Drivers  ---&gt;
     
    118119
    119120      <screen role="nodump" revision="systemd">General setup -->
     121   [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
    120122   [ ] Auditing Support [CONFIG_AUDIT]
    121123   CPU/Task time and stats accounting ---&gt;
     
    207209        <term>
    208210          <parameter>
     211            Compile the kernel with warnings as errors
     212          </parameter>
     213        </term>
     214        <listitem>
     215          <para>This may cause building failure if the compiler and/or
     216          configuration are different from those of the kernel
     217          developers.</para>
     218        </listitem>
     219      </varlistentry>
     220
     221      <varlistentry>
     222        <term>
     223          <parameter>
    209224            Enable kernel headers through /sys/kernel/kheaders.tar.xz
    210225          </parameter>
Note: See TracChangeset for help on using the changeset viewer.