Changeset b67f2d6 for chapter07


Ignore:
Timestamp:
01/27/2010 04:55:48 AM (14 years ago)
Author:
Bryan Kadzban <bryan@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
06dbab2
Parents:
279eb4f
Message:

Move from /etc/modprobe.conf to /etc/modprobe.d/*.conf, since module-init-tools now complains about the former. Fixes #2560.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9167 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/udev.xml

    r279eb4f rb67f2d6  
    236236      sound cards available to OSS applications), configure
    237237      <command>modprobe</command> to load the wrapper after Udev loads the
    238       wrapped module. To do this, add an <quote>install</quote> line in
    239       <filename>/etc/modprobe.conf</filename>. For example:</para>
     238      wrapped module. To do this, add an <quote>install</quote> line in any
     239      <filename>/etc/modprobe.d/<replaceable>&lt;filename&gt;</replaceable>.conf</filename>
     240      file. For example:</para>
    240241
    241242<screen role="nodump"><literal>install snd-pcm /sbin/modprobe -i snd-pcm ; \
     
    253254      <title>Udev loads some unwanted module</title>
    254255
    255       <para>Either don't build the module, or blacklist it in
    256       <filename>/etc/modprobe.conf</filename> file as done with the
     256      <para>Either don't build the module, or blacklist it in a
     257      <filename>/etc/modprobe.d/blacklist.conf</filename> file as done with the
    257258      <emphasis>forte</emphasis> module in the example below:</para>
    258259
Note: See TracChangeset for help on using the changeset viewer.