Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68162 - section 7.c of the alpha install handbook code listing 11 is incorrect
Summary: section 7.c of the alpha install handbook code listing 11 is incorrect
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 08:49 UTC by Allan Graves
Modified: 2004-10-20 02:32 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 Allan Graves 2004-10-19 08:49:15 UTC
The code listing 11 shows:
# cp arch/alpha/boot/vmlinux.gz /boot/
# cp System.map /boot/System.map-2.4.24

in the latest 2.4.21-r12, vmlinux.gz is not created.  instead, vmlinux is created in the /usr/src/linux directory.  If you would like to have it compressed, a manual gzip is necessary.


Reproducible: Always
Steps to Reproduce:
1.make dep && make vmlinux  on alpha platform
2.
3.

Actual Results:  
vmlinux was created in the /usr/src/linux dir, not a vmlinux.gz in the
arch/alpha/boot/ dir.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-10-20 02:32:44 UTC
Fixed in CVS.