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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.