From f73dcacc8a5b014e220f31ef320cbfd6fcedb60d Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sat, 10 Aug 2002 19:51:51 +0000 Subject: Updated to modutils-2.4.19, linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2054 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 02d587e67..f4c972857 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -12,7 +12,7 @@ with the kernel source tree, and find out what the other options are. Something you could do, is take the .config file from your host distribution's kernel source tree and copy it to -$LFS/usr/src/linux. +$LFS/usr/src/linux-&kernel-version;. This way you don't have to configure the entire kernel from scratch and can use your current values. If you choose to do this, first run the make mrproper command below, then copy the @@ -26,14 +26,14 @@ See the README file for more details when to use /etc/modules.conf file. Information pertaining to modules and to kernel configuration in general may be found in the kernel documentation, which is stored stored in -/usr/src/linux/Documentation. The modules.conf man -page and the kernel HOWTO at +/usr/src/linux-&kernel-version;/Documentation. The +modules.conf man page and the kernel HOWTO at may also be of interest to you. The following commands are run to build the kernel: -cd /usr/src/linux && +cd /usr/src/linux-&kernel-version; && make mrproper && make menuconfig && make dep && @@ -49,4 +49,3 @@ different platforms. &aa-kernel-dep; - -- cgit v1.2.3-54-g00ecf