Changeset 90eb968 for BOOK/bootable/x86
- Timestamp:
- Jun 13, 2014, 8:57:19 PM (11 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/kernel.xml
rd0258bc r90eb968 75 75 <screen os="n"><userinput>make</userinput></screen> 76 76 77 <para os="o">If using kernel modules, a n78 <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. 79 79 Information pertaining to modules and kernel configuration is 80 80 located in the kernel documentation in the <filename 81 81 class="directory">Documentation</filename> directory of the kernel 82 sources tree. Also, <filename>modprobe. conf(5)</filename> may82 sources tree. Also, <filename>modprobe.d(5)</filename> may 83 83 be of interest.</para> 84 85 <para os="p">Be very careful when reading other documentation relating to86 kernel modules because it usually applies to 2.4.x kernels only. As87 far as we know, kernel configuration issues specific to Hotplug and88 Eudev are not documented. The problem is that Eudev will create a device89 node only if Hotplug or a user-written script inserts the corresponding90 module into the kernel, and not all modules are detectable by Hotplug.91 Note that statements like the one below in the92 <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 kernel98 configuration, especially if this is the first time using Eudev.</para>99 84 100 85 <para os="s">Install the modules, if the kernel configuration uses
Note:
See TracChangeset
for help on using the changeset viewer.