mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
don't enable CONFIG_IKHEADERS building the kernel
https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2021-11/msg00014.html
This commit is contained in:
parent
784f3c36e2
commit
768ae15039
@ -1862,7 +1862,9 @@
|
|||||||
<segmentedlist id="linux-optdeps">
|
<segmentedlist id="linux-optdeps">
|
||||||
<segtitle>&external;</segtitle>
|
<segtitle>&external;</segtitle>
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>None</seg>
|
<seg>
|
||||||
|
<ulink url="&blfs-book;general/cpio.html">cpio</ulink>
|
||||||
|
</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
@ -105,13 +105,16 @@
|
|||||||
<para>Be sure to enable/disable/set the following features or the system might
|
<para>Be sure to enable/disable/set the following features or the system might
|
||||||
not work correctly or boot at all:</para>
|
not work correctly or boot at all:</para>
|
||||||
|
|
||||||
<screen role="nodump" revision="sysv">Device Drivers --->
|
<screen role="nodump" revision="sysv">General setup -->
|
||||||
|
< > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
|
||||||
|
Device Drivers --->
|
||||||
Generic Driver Options --->
|
Generic Driver Options --->
|
||||||
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
|
||||||
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
|
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
|
||||||
|
|
||||||
<screen role="nodump" revision="systemd">General setup -->
|
<screen role="nodump" revision="systemd">General setup -->
|
||||||
[ ] Auditing Support [CONFIG_AUDIT]
|
[ ] Auditing Support [CONFIG_AUDIT]
|
||||||
|
< > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
|
||||||
[*] Control Group support [CONFIG_CGROUPS]
|
[*] Control Group support [CONFIG_CGROUPS]
|
||||||
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
|
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
|
||||||
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] --->
|
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] --->
|
||||||
@ -157,6 +160,18 @@ File systems --->
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The rationale for the above configuration items:</title>
|
<title>The rationale for the above configuration items:</title>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<parameter>
|
||||||
|
Enable kernel headers through /sys/kernel/kheaders.tar.xz
|
||||||
|
</parameter>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>This will require <command>cpio</command> building the kernel.
|
||||||
|
<command>cpio</command> is not installed by LFS.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>Support for uevent helper</parameter></term>
|
<term><parameter>Support for uevent helper</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user