Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232711 - hb-install-ppc-kernel.xml - Confusing messages for copying kernel image
Summary: hb-install-ppc-kernel.xml - Confusing messages for copying kernel image
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: PPC Linux
: High minor (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 04:08 UTC by Jeroen Roovers (RETIRED)
Modified: 2008-08-21 14:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2008-07-23 04:08:38 UTC
Some users appear to be confused by the following code (where in one example a specific version is mentioned, but not in another example):

= Code Listing 3.11: Installing the kernel =
# cd /usr/src/linux
Note, your kernel version might be different
(Apple/IBM)
# cp vmlinux /boot/kernel-2.6.24-gentoo-r5
(Pegasos)
# cp arch/powerpc/boot/images/zImage /boot/<kernel-version>

This would seem to be the fix:

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.58
diff -u -B -r1.58 hb-install-ppc-kernel.xml
--- hb-install-ppc-kernel.xml   1 Apr 2008 08:53:46 -0000       1.58
+++ hb-install-ppc-kernel.xml   23 Jul 2008 04:05:41 -0000
@@ -323,7 +323,7 @@
 <comment>(Apple/IBM)</comment>
 # <i>cp vmlinux /boot/<keyval id="kernel-name"/></i>
 <comment>(Pegasos)</comment>
-# <i>cp arch/powerpc/boot/images/zImage /boot/&lt;kernel-version&gt;</i>
+# <i>cp arch/powerpc/boot/images/zImage /boot/<keyval id="kernel-name"/></i>
 </pre>

 <p>
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2008-08-21 14:47:32 UTC
Thanks, patch applied.