diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-08-01 08:25:20 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-08-01 08:25:20 +0000 |
commit | 5c9a7bf4675af994e29ffe766a079713b77b36b5 (patch) | |
tree | cf747096bfc1a244c82f6d8288ede2d9dd2a8ee5 /chapter08 | |
parent | 4976480deee48e47eaf8463a840d0f729a393e78 (diff) |
Text update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10665 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 f2e6d7ebe..d626b1288 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -70,7 +70,7 @@ configuration to a good state that takes your current system architecture into account.</para> - <para>Be sure to enable or disable following features:</para> + <para>Be sure to configure the following features as shown:</para> <screen role="nodump"> Device Drivers ---> @@ -92,7 +92,7 @@ Device Drivers ---> <term><parameter>path to uevent helper</parameter></term> <listitem> <para>Having an entry in this space will interfere with device - management when using udev/eudev. </para> + management when using Udev/Eudev. </para> </listitem> </varlistentry> @@ -100,7 +100,7 @@ Device Drivers ---> <term><parameter>Maintain a devtmpfs</parameter></term> <listitem> <para>This will create automated device nodes which are populated by the - kernel, even without udev running. Udev then runs on top of this, + kernel, even without Udev running. Udev then runs on top of this, managing permissions and adding symlinks. This configuration item is required for all users of Udev/Eudev.</para> </listitem> |