Ignore:
Timestamp:
Jun 13, 2014, 8:57:19 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
c018a90
Parents:
d0258bc
git-author:
Chris Staub <chris@…> (06/13/14 20:54:33)
git-committer:
Chris Staub <chris@…> (06/13/14 20:57:19)
Message:

Updated text on kernel page

Conflicts:

BOOK/introduction/common/changelog.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    rd0258bc r90eb968  
    7575<screen os="n"><userinput>make</userinput></screen>
    7676
    77     <para os="o">If using kernel modules, an
    78     <filename>/etc/modprobe.conf</filename> file may be needed.
     77    <para os="o">If using kernel modules, a configuration file in
     78    <filename class="directory">/etc/modprobe.d</filename> file may be needed.
    7979    Information pertaining to modules and kernel configuration is
    8080    located in the kernel documentation in the <filename
    8181    class="directory">Documentation</filename> directory of the kernel
    82     sources tree. Also, <filename>modprobe.conf(5)</filename> may
     82    sources tree. Also, <filename>modprobe.d(5)</filename> may
    8383    be of interest.</para>
    84 
    85     <para os="p">Be very careful when reading other documentation relating to
    86     kernel modules because it usually applies to 2.4.x kernels only. As
    87     far as we know, kernel configuration issues specific to Hotplug and
    88     Eudev are not documented. The problem is that Eudev will create a device
    89     node only if Hotplug or a user-written script inserts the corresponding
    90     module into the kernel, and not all modules are detectable by Hotplug.
    91     Note that statements like the one below in the
    92     <filename>/etc/modprobe.conf</filename> file do not work with Eudev:</para>
    93 
    94 <screen os="q"><literal>alias char-major-XXX some-module</literal></screen>
    95 
    96     <para os="r">Because of the complications with Eudev and modules,
    97     we strongly recommend starting with a completely non-modular kernel
    98     configuration, especially if this is the first time using Eudev.</para>
    9984
    10085    <para os="s">Install the modules, if the kernel configuration uses
Note: See TracChangeset for help on using the changeset viewer.