浏览代码

Specified the full path to modprobe in the example rule.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 19 年之前
父节点
当前提交
38d3a31fc9
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 5 0
      chapter01/changelog.xml
  2. 2 2
      chapter07/udev.xml

+ 5 - 0
chapter01/changelog.xml

@@ -38,6 +38,11 @@
     <listitem>
       <para>July 10, 2006</para>
       <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Specified the full path to
+          <command>modprobe</command> in the example modprobe rule.
+          Closes ticket #1812.</para>
+        </listitem>
         <listitem>
           <para>[dnicholson] - Remove the
           <command>locale country</command> command from the heuristic to

+ 2 - 2
chapter07/udev.xml

@@ -236,8 +236,8 @@
       wrapped module. To do this, add an <quote>install</quote> line in
       <filename>/etc/modprobe.conf</filename>. For example:</para>
 
-<screen role="nodump"><literal>install snd-pcm modprobe -i snd-pcm ; modprobe \
-    snd-pcm-oss ; true</literal></screen>
+<screen role="nodump"><literal>install snd-pcm /sbin/modprobe -i snd-pcm ; \
+    /sbin/modprobe snd-pcm-oss ; true</literal></screen>
 
       <para>If the module in question is not a wrapper and is useful by itself,
       configure the <command>S05modules</command> bootscript to load this