Ignore:
Timestamp:
11/23/2021 10:23:51 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b010eec, bdc9e03
Parents:
784f3c36
Message:

don't enable CONFIG_IKHEADERS building the kernel

https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2021-11/msg00014.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel.xml

    r784f3c36 r768ae15  
    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]
     
    159162
    160163      <varlistentry>
     164        <term>
     165          <parameter>
     166            Enable kernel headers through /sys/kernel/kheaders.tar.xz
     167          </parameter>
     168        </term>
     169        <listitem>
     170          <para>This will require <command>cpio</command> building the kernel.
     171          <command>cpio</command> is not installed by LFS.</para>
     172        </listitem>
     173      </varlistentry>
     174
     175      <varlistentry>
    161176        <term><parameter>Support for uevent helper</parameter></term>
    162177        <listitem>
Note: See TracChangeset for help on using the changeset viewer.