aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-05 16:44:38 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-05 16:44:38 +0000
commit2b694e785be8ad2d075e3af0d1f35250159e83ff (patch)
treec41d0824580ffd7a56a56cecad04fbb49aa9be61 /chapter08
parent5a25e0a586ae26a4a8c0678dac85f9626385c11d (diff)
Updated the Linux kernel to 2.6.26.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index de0e4b1df..ca3fd9145 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -116,7 +116,7 @@
<para>The path to the kernel image may vary depending on the platform
being used. The following command assumes an x86 architecture:</para>
-<screen><userinput remap="install">cp -v arch/i386/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
+<screen><userinput remap="install">cp -v arch/x86/boot/bzImage /boot/lfskernel-&linux-version;</userinput></screen>
<para><filename>System.map</filename> is a symbol file for the kernel.
It maps the function entry points of every function in the kernel API,