Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54095 - No explanation for why to copy system map during kernel compilation
Summary: No explanation for why to copy system map during kernel compilation
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-16 09:07 UTC by Chris Severn
Modified: 2004-07-02 14:30 UTC (History)
0 users

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 Chris Severn 2004-06-16 09:07:31 UTC
In "Code Listing 12: Installing the kernel", the example shows to copy the system map to the /boot directory. No explanation is given.

IMHO, this line should either be moved to the "Code Listing 13: Backing up your kernel configuration" section subsequent, or some explanation given as to what the system map is and why it should be copied to /boot.

The current placement of this command without explanation makes it seem like this is a critical step, however it does not explain the naming convention to use for the file.

For a new user (such as myself) this creates confusion as to what to do with that file when compiling a second version of the kernel.

Reproducible: Always
Steps to Reproduce:
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-07-02 09:56:48 UTC
The role of the System.map file is not important for users to understand, yet it is important for the system to have one. See http://www.dirac.org/linux/system.map/

We don't really have to copy over the System.map file if we don't use several kernels (i.e. once upgraded, we keep using the new kernel). To avoid errors with users who do use several kernels we ask them to copy the file over (with version information) so that the kernel used always uses it's own System.map file.

Explaining System.map isn't the goal of our document and it doesn't add real value to the user - it's not vital for the understanding of a Gentoo Linux system. If you disagree, try formulating a short explanation on System.map (read: a few lines at most) that doesn't create more confusion.
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2004-07-02 14:30:35 UTC
FWIW I never ever copy this system.map file.

Can it be used from an unmounted /boot partition anyway?