Ignore:
Timestamp:
Jun 13, 2014, 8:54:33 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
031870f9, 21e76b6
Parents:
7a62c83
Message:

Updated text on kernel page

File:
1 edited

Legend:

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

    r7a62c83 r4e982a0  
    104104<screen os="n"><userinput>make</userinput></screen>
    105105
    106     <para os="o">If using kernel modules, an
    107     <filename>/etc/modprobe.conf</filename> file may be needed.
     106    <para os="o">If using kernel modules, a configuration file in
     107    <filename class="directory">/etc/modprobe.d</filename> file may be needed.
    108108    Information pertaining to modules and kernel configuration is
    109109    located in the kernel documentation in the <filename
    110110    class="directory">Documentation</filename> directory of the kernel
    111     sources tree. Also, <filename>modprobe.conf(5)</filename> may
     111    sources tree. Also, <filename>modprobe.d(5)</filename> may
    112112    be of interest.</para>
    113 
    114     <para os="p">Be very careful when reading other documentation relating to
    115     kernel modules because it usually applies to 2.4.x kernels only. As
    116     far as we know, kernel configuration issues specific to Hotplug and
    117     Eudev are not documented. The problem is that Eudev will create a device
    118     node only if Hotplug or a user-written script inserts the corresponding
    119     module into the kernel, and not all modules are detectable by Hotplug.
    120     Note that statements like the one below in the
    121     <filename>/etc/modprobe.conf</filename> file do not work with Eudev:</para>
    122 
    123 <screen os="q"><literal>alias char-major-XXX some-module</literal></screen>
    124 
    125     <para os="r">Because of the complications with Eudev and modules,
    126     we strongly recommend starting with a completely non-modular kernel
    127     configuration, especially if this is the first time using Eudev.</para>
    128113
    129114    <para os="s">Install the modules, if the kernel configuration uses
Note: See TracChangeset for help on using the changeset viewer.