diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 14:50:35 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 14:50:35 +0000 |
commit | db05718c431b9ef8623524967e341f8a98069534 (patch) | |
tree | b9e00304e56c63d73dc36147fd0e96d0f00aca8d | |
parent | f906354eb172f3026b28ea3d659bb142a0764a85 (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.xml | 6 |
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 ---> <*> 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> |