diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-10 19:51:51 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-10 19:51:51 +0000 |
commit | f73dcacc8a5b014e220f31ef320cbfd6fcedb60d (patch) | |
tree | 9709d4be1a0c78febfdba92da532e8ea8c2e0682 /chapter08 | |
parent | 1c9bc6a47ea7f870de2d68451efa37f3bc3780fd (diff) |
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
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 9 |
1 files changed, 4 insertions, 5 deletions
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.</para> <para>Something you could do, is take the <filename>.config</filename> file from your host distribution's kernel source tree and copy it to -<filename class="directory">$LFS/usr/src/linux</filename>. +<filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>. 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 <userinput>make mrproper</userinput> command below, then copy the @@ -26,14 +26,14 @@ See the <filename>README</filename> file for more details when to use <filename>/etc/modules.conf</filename> file. Information pertaining to modules and to kernel configuration in general may be found in the kernel documentation, which is stored stored in -<filename>/usr/src/linux/Documentation</filename>. The modules.conf man -page and the kernel HOWTO at +<filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The +modules.conf man page and the kernel HOWTO at <ulink url="http://www.tldp.org/HOWTO/Kernel-HOWTO.html"/> may also be of interest to you.</para> <para>The following commands are run to build the kernel:</para> -<para><screen><userinput>cd /usr/src/linux &&</userinput> +<para><screen><userinput>cd /usr/src/linux-&kernel-version; &&</userinput> <userinput>make mrproper &&</userinput> <userinput>make menuconfig &&</userinput> <userinput>make dep &&</userinput> @@ -49,4 +49,3 @@ different platforms.</para> &aa-kernel-dep; </sect1> - |