diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-26 18:54:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-26 18:54:38 +0000 |
commit | c858814a747c17358dcf36c09fc7162c184113ef (patch) | |
tree | 59a5a0bd8711c6b8abe9415225f9825d10ec54bb /chapter08 | |
parent | 156aa5878a7ccc686a368e17679323a34395657c (diff) |
Fix overly agressive commenting in network configuration.
Add CONFIG_ entries for kernel recommendations.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10583 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 c5715f377..59a3a6f5c 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -75,11 +75,11 @@ <screen role="nodump"> Device Drivers ---> Generic Driver Options ---> - () path to uevent helper - [*] Maintain a devtmpfs filesystem to mount at /dev</screen></note> + () path to uevent helper [CONFIG_UEVENT_HELPER_PATH] + [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen></note> <para>There are several other options that may be desired depending - on teh requirements for the system. For a list of options needed + on the requirements for the system. For a list of options needed for BLFS packages, see the <ulink url="&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index">BLFS Index of Kernel Settings</ulink> |