Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel upgrading and linux symlink
Date: Sat, 31 Oct 2009 23:50:46
Message-Id: 5bdc1c8b0910311650u72bca0d0gd2395fa227a4c736@mail.gmail.com
In Reply to: Re: [gentoo-user] Kernel upgrading and linux symlink by Alan McKinnon
1 On Sat, Oct 31, 2009 at 4:41 PM, Alan McKinnon <alan.mckinnon@×××××.com> wrote:
2 > On Sunday 01 November 2009 01:29:27 Mark Knecht wrote:
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 >
12 > just run
13 >
14 > make && make modules_install && make install
15 >
16 > and everything gets moved to /boot and renamed. Don't worry about extra files,
17 > they're small and not worthy of concern
18 >
19 >
20 > --
21 > alan dot mckinnon at gmail dot com
22 >
23 >
24 I don't run make install as it requires (or used to anyway) /boot to
25 be mounted which mine never is unless I'm copying the kernel over.
26 That's why I do the copy by hand.
27
28 I could put it all in a script like Neil and others seem to do but
29 I'll forget the script is there and not use it. I've done that before!
30
31 Thanks,
32 Mark