From 768ae1503904b0987abbbacc6dede399e63a148b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 23 Nov 2021 18:23:51 +0800 Subject: don't enable CONFIG_IKHEADERS building the kernel https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2021-11/msg00014.html --- chapter10/kernel.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'chapter10/kernel.xml') diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index ca47b0243..fa518e721 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -105,13 +105,16 @@ Be sure to enable/disable/set the following features or the system might not work correctly or boot at all: - Device Drivers ---> + General setup --> + < > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS] +Device Drivers ---> Generic Driver Options ---> [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] General setup --> [ ] Auditing Support [CONFIG_AUDIT] + < > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS] [*] Control Group support [CONFIG_CGROUPS] [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED] [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---> @@ -157,6 +160,18 @@ File systems ---> The rationale for the above configuration items: + + + + Enable kernel headers through /sys/kernel/kheaders.tar.xz + + + + This will require cpio building the kernel. + cpio is not installed by LFS. + + + Support for uevent helper -- cgit v1.2.3-54-g00ecf