Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296247 - Handbook lists wrong location for kernel image
Summary: Handbook lists wrong location for kernel image
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: Sparc64 Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-08 19:33 UTC by Don Pine
Modified: 2009-12-08 20:13 UTC (History)
1 user (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 Don Pine 2009-12-08 19:33:26 UTC
In Sparc Handbook 7.c Code Listing 3.11: Installing the kernel, lists wrong location:

# cp arch/sparc64/boot/image /boot/<kernel-version>

The actual location that the image is compiled into:
 
     arch/sparc/boot/image  (note diff of sparc and sparc64)

So the code should read:

# cp arch/sparc/boot/image /boot/<kernel-version>





Reproducible: Always

Steps to Reproduce:
1.# cp arch/sparc64/boot/image /boot/<kernel-version>
2.
3.

Actual Results:  
file as listed does not exist

Expected Results:  
file copied to /boot/<kernel-version>

Not sure if build should be changed to follow Handbook, or if Handbook should be changed to follow build.

Bug produced from build of gentoo-sources linux-2.6.30-r8 on an Ultra 5.
Comment 1 nm (RETIRED) gentoo-dev 2009-12-08 20:13:55 UTC
Thanks for reporting; fixed.