diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index c5a4b086d..9053da5ec 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -1862,7 +1862,9 @@
&external;
- None
+
+ cpio
+
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