Browse Source

Fixes to kernel config.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 11 years ago
parent
commit
db05718c43
1 changed files with 3 additions and 3 deletions
  1. 3 3
      chapter08/kernel.xml

+ 3 - 3
chapter08/kernel.xml

@@ -84,7 +84,7 @@ Networking support  --->
     <*> The IPv6 protocol [CONFIG_IPV6]
 Device Drivers  --->
   Generic Driver Options  --->
-    ()  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  --->
@@ -103,9 +103,9 @@ File systems  --->
       <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>