Browse Source

Udev does install some configuration files

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 18 năm trước cách đây
mục cha
commit
23732c833b
2 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/udev.xml

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
     <listitem>
       <para>2007-02-23</para>
       <para>2007-02-23</para>
       <itemizedlist>
       <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Corrected the text about Udev not installing
+          any configuration files. Reported by Chris Staub.</para>
+        </listitem>
         <listitem>
         <listitem>
           <para>[dnicholson] - Removed the text suggesting that you can edit
           <para>[dnicholson] - Removed the text suggesting that you can edit
           the specs file by hand in the toolchain adjustment since it's only
           the specs file by hand in the toolchain adjustment since it's only

+ 2 - 2
chapter06/udev.xml

@@ -97,8 +97,8 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
 
 
     </variablelist>
     </variablelist>
 
 
-    <para>Udev has to be configured in order to work properly, as it does
-    not install any configuration files by default. First install the
+    <para>Udev has to be configured in order to work properly, as it only
+    installs a few configuration files by default. First install the
     commonly-used rules files provided by Udev:</para>
     commonly-used rules files provided by Udev:</para>
 
 
 <screen><userinput>cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/</userinput></screen>
 <screen><userinput>cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/</userinput></screen>