Changeset 9f0158c for chapter08


Ignore:
Timestamp:
03/21/2006 04:04:33 PM (19 years ago)
Author:
Archaic <archaic@…>
Children:
6249eea
Parents:
6712c004
Message:

Updated the bootscripts. Removed references to hotplug and the
bootscripts udev patch. Removed reference to udevstart. Added
text and commands for generating Udev bug reports.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r6712c004 r9f0158c  
    9999<screen><userinput>make</userinput></screen>
    100100
    101     <para>If using kernel modules, an <filename>/etc/modprobe.conf</filename> file
    102     may be needed. Information pertaining to modules and kernel configuration is
    103     located in the kernel documentation in the <filename
     101    <para>If using kernel modules, an <filename>/etc/modprobe.conf</filename>
     102    file may be needed. Information pertaining to modules and kernel
     103    configuration is located in <xref linkend="ch-scripts-udev"/> and in the
     104    kernel documentation in the <filename
    104105    class="directory">linux-&linux-version;/Documentation</filename> directory.
    105106    Also, <filename>modprobe.conf(5)</filename> may be of interest.</para>
    106 
    107     <para>Be very careful when reading other documentation relating to kernel
    108     modules because it usually applies to 2.4.x kernels only. As far as we know,
    109     kernel configuration issues specific to Hotplug and Udev are not documented.
    110     The problem is that Udev will create a device node only if Hotplug or a
    111     user-written script inserts the corresponding module into the kernel, and not
    112     all modules are detectable by Hotplug. Note that statements like the one below
    113     in the <filename>/etc/modprobe.conf</filename> file do not work with
    114     Udev:</para>
    115 
    116 <screen><literal>alias char-major-XXX some-module</literal></screen>
    117 
    118     <para>Because of the complications with Hotplug, Udev, and modules, we
    119     strongly recommend starting with a completely non-modular kernel
    120     configuration, especially if this is the first time using Udev.</para>
    121107
    122108    <para>Install the modules, if the kernel configuration uses them:</para>
Note: See TracChangeset for help on using the changeset viewer.