From 497b047484c0c72e354dc66c3d8ed462549933bc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 20 Jun 2005 17:10:31 +0000 Subject: [PATCH] Fixed bug 1569. Ported from trunk r6044 and r6045. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 8 +++++-- chapter08/kernel.xml | 48 ++++++++++++++++++++--------------------- general.ent | 4 ++-- 3 files changed, 32 insertions(+), 28 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 948917397..11cc833d5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -84,11 +84,15 @@ First a summary, then a detailed log. +June 20th, 2005 [manuel]: kernel.xml: Added a warning +about /usr/src/linux symlink and kernel headers, plus fixed the list +of installed files. Bug 1569. + June 19th, 2005 [jhuntwork]: Changed listing of IRC servers to show -only irc.linuxfromscratch.org +only irc.linuxfromscratch.org. June 19th, 2005 [jhuntwork]: Removed outdated bootcd page and added a brief -description of the LiveCD to section 1.1 +description of the LiveCD to section 1.1. June 16th, 2005 [archaic]: Added installation dependencies for hotplug. diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index eb1749de7..3c6c910d9 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -54,7 +54,7 @@ compile the keymap into the kernel, issue the command below: Configure the kernel via a menu-driven interface. BLFS has some information regarding particular kernel configuration requirements of -packages outside of LFS at &blfs-root;view/svn/ longindex.html#kernel-config-index: @@ -182,7 +182,13 @@ all files are owned by user root. source directory. This is specific to kernels prior to the 2.6 series and must not be created on an LFS system as it can cause problems for packages you may wish to build once your base LFS system is -complete. +complete. + +Also, the headers in the system's +include directory should +always be the ones against which Glibc was compiled, +that is, the ones from the Linux-Libc-Headers package, and therefore, should +never be replaced by the kernel headers. @@ -191,47 +197,42 @@ complete. Installed files -kernel, kernel headers, -and System.map +config-&linux-version;, lfskernel-&linux-version;, +and System.map-&linux-version; Short Descriptions - -kernel + +config-&linux-version; + +Contains all the configuration selections for the kernel +/boot/config-&linux-version; + + + + +lfskernel-&linux-version; The engine of the Linux system. When turning on the computer, the kernel is the first part of the operating system that gets loaded. It detects and initializes all components of the computer's hardware, then makes these components available as a tree of files to the software and turns a single CPU into a multitasking machine capable -of running scores of programs seemingly at the same time. -kernel - - - - -kernel headers - -Defines the interface to the services that the kernel provides. -The headers in the system's include directory should -always be the ones against which Glibc was -compiled and therefore, should not be replaced -when upgrading the kernel. -kernel headers +of running scores of programs seemingly at the same time +lfskernel-&linux-version; -System.map +System.map-&linux-version; A list of addresses and symbols; it maps the entry points and addresses of all the functions and data structures in the kernel -/boot/System.map +/boot/System.map-&linux-version; @@ -239,4 +240,3 @@ kernel - diff --git a/general.ent b/general.ent index d62eade70..decea8512 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +