From d2c332bc21267f5e01cb545d3f01cae1dcacdae3 Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 13 Apr 2006 18:45:33 +0000 Subject: Merged the udev_update branch to trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 9a9de871b..ad2573624 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -24,8 +24,8 @@ &diskspace; - 4.20 SBU - 181 MB + 2.4 SBU + 344 MB @@ -98,27 +98,13 @@ make - If using kernel modules, an /etc/modprobe.conf file - may be needed. Information pertaining to modules and kernel configuration is - located in the kernel documentation in the If using kernel modules, an /etc/modprobe.conf + file may be needed. Information pertaining to modules and kernel + configuration is located in and in the + kernel documentation in the linux-&linux-version;/Documentation directory. Also, modprobe.conf(5) may be of interest. - Be very careful when reading other documentation relating to kernel - modules because it usually applies to 2.4.x kernels only. As far as we know, - kernel configuration issues specific to Hotplug and Udev are not documented. - The problem is that Udev will create a device node only if Hotplug or a - user-written script inserts the corresponding module into the kernel, and not - all modules are detectable by Hotplug. Note that statements like the one below - in the /etc/modprobe.conf file do not work with - Udev: - -alias char-major-XXX some-module - - Because of the complications with Hotplug, Udev, and modules, we - strongly recommend starting with a completely non-modular kernel - configuration, especially if this is the first time using Udev. - Install the modules, if the kernel configuration uses them: make modules_install -- cgit v1.2.3-54-g00ecf