Gentoo Archives: gentoo-user

From: Mike Edenfield <kutulu@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel upgrading and linux symlink
Date: Sat, 31 Oct 2009 23:44:27
Message-Id: 4AECCBA0.3060508@kutulu.org
In Reply to: Re: [gentoo-user] Kernel upgrading and linux symlink by Mark Knecht
1 On 10/31/2009 7:29 PM, Mark Knecht wrote:
2
3 > So I think this thread addresses a question I've had about the kernel
4 > installation process over the years. I only copy bzImage to /boot with
5 > a rename to whatever this kernel is. I don't do anything with the
6 > other files - System.map and something else - which I don't even have
7 > on most of my systems anymore. They don't seem to be needed. Are they
8 > just things used in the old days but now too outdated or replaced by
9 > other stuff? (Like config.gz in the kernel, etc.)
10
11 Having a copy of the config file is useful, for me anyway,
12 when I have multiple types of kernel (one without PaX, one
13 without SELinux, whatever) and a new version comes out, I
14 can copy its config from /boot to .config and run make
15 oldconfig.
16
17 The System.map file is probably the least useful of the
18 three for the average user. It's main use is for address
19 resolution in oops messages. I think ps uses it for
20 something as well.
21
22 --Mike