aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-08-22 14:50:35 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-08-22 14:50:35 +0000
commitdb05718c431b9ef8623524967e341f8a98069534 (patch)
treeb9e00304e56c63d73dc36147fd0e96d0f00aca8d
parentf906354eb172f3026b28ea3d659bb142a0764a85 (diff)
Fixes to kernel config.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter08/kernel.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 6e0413aa7..3dec0660c 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -84,7 +84,7 @@ Networking support ---&gt;
&lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
Device Drivers ---&gt;
Generic Driver Options ---&gt;
- () path to uevent helper [CONFIG_UEVENT_HELPER_PATH]
+ [ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
[ ] Fallback user-helper invocation for firmware loading [CONFIG_FW_LOADER_USER_HELPER]
Firmware Drivers ---&gt;
@@ -103,9 +103,9 @@ File systems ---&gt;
<title>The rationale for the above configuration items:</title>
<varlistentry>
- <term><parameter>path to uevent helper</parameter></term>
+ <term><parameter>Support for uevent helper</parameter></term>
<listitem>
- <para>Having an entry in this space will interfere with device
+ <para>Having this option set, it may interfere with device
management when using Udev/Eudev. </para>
</listitem>
</varlistentry>