Changeset b010eec


Ignore:
Timestamp:
11/24/2021 04:45:08 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
a08b5f0
Parents:
d24dc0f (diff), 768ae15 (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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rd24dc0f rb010eec  
    18631863        <segtitle>&external;</segtitle>
    18641864        <seglistitem>
    1865           <seg>None</seg>
     1865          <seg>
     1866            <ulink url="&blfs-book;general/cpio.html">cpio</ulink>
     1867          </seg>
    18661868        </seglistitem>
    18671869      </segmentedlist>
  • chapter10/kernel.xml

    rd24dc0f rb010eec  
    106106      not work correctly or boot at all:</para>
    107107
    108       <screen role="nodump" revision="sysv">Device Drivers  ---&gt;
     108      <screen role="nodump" revision="sysv">General setup -->
     109   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
     110Device Drivers  ---&gt;
    109111  Generic Driver Options  ---&gt;
    110112   [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
     
    113115      <screen role="nodump" revision="systemd">General setup -->
    114116   [ ] Auditing Support [CONFIG_AUDIT]
     117   &lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
    115118   [*] Control Group support [CONFIG_CGROUPS]
    116119   [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
     
    191194
    192195      <varlistentry>
     196        <term>
     197          <parameter>
     198            Enable kernel headers through /sys/kernel/kheaders.tar.xz
     199          </parameter>
     200        </term>
     201        <listitem>
     202          <para>This will require <command>cpio</command> building the kernel.
     203          <command>cpio</command> is not installed by LFS.</para>
     204        </listitem>
     205      </varlistentry>
     206
     207      <varlistentry>
    193208        <term><parameter>Support for uevent helper</parameter></term>
    194209        <listitem>
Note: See TracChangeset for help on using the changeset viewer.