diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-24 05:05:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-24 05:05:28 +0000 |
commit | 3aee2ac264c5cb9c4a1fda30d333a86efb978131 (patch) | |
tree | 0012d8e1bee7168eaf062378683d3756527d9681 /chapter08 | |
parent | 729afb93e00aa74098fcd60e7fe15559d5878423 (diff) |
Update to eudev-1.10
Add a sentence about possible make failrues if j > 1 in SBU section.
Add -j1 to acl, attr, and vim tests.
Update kernel options description when building the kernel.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-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 336bdf9ad..0256abaa4 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -75,7 +75,7 @@ <screen role="nodump"> Device Drivers ---> Generic Driver Options ---> - () path to uevent helper [CONFIG_UEVENT_HELPER_PATH] + [ ] path to uevent helper [CONFIG_UEVENT_HELPER] [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen></note> <para>There are several other options that may be desired depending @@ -89,9 +89,9 @@ Device Drivers ---> <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 opion set may interfere with device management when using Udev/Eudev. </para> </listitem> </varlistentry> |