diff options
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> |