Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: make oldconfig
Date: Wed, 06 Aug 2008 01:59:19
Message-Id: loom.20080806T014026-281@post.gmane.org
In Reply to: Re: [gentoo-user] make oldconfig by Dale
1 Dale <dalek1967 <at> bellsouth.net> writes:
2
3
4
5 Well, the reason I asked is for clarity.
6 I found this gentoo doc, which seems a little dated:
7
8
9 http://gentoo-wiki.com/
10 HOWTO_Detailed_Kernel_Configuration
11
12
13 So what I gleen is that you run on
14 a kernel, say version linux-2.6.24-gentoo-r8
15
16 You down load newer sources, say version
17 linux-2.6.25-gentoo-r7
18
19 cd /usr/src
20
21 rm linux
22
23 ln -sf /usr/src/linux-2.6.25-gentoo-r7 linux
24
25 make oldconfig <???>
26 make menuconfig
27
28 cp System.map /boot/System.map-2.6.25-gentoo-r7
29 cp arch/x86_64/boot/bzImage /boot/kernel-2.6.25-gentoo-r7
30 cp .config /boot/config-2.6.25-gentoo-r7
31
32
33 edit grub apppropriately
34 and reboot to the new kernel?
35
36
37 This is what I do, but I do not use the oldconfig command.
38
39 A friend asked me how I build new kernel on gentoo and
40 I was hoping to find a current howto, that does not
41 use genkernel and such. I did not have any luck finding one
42 (although I did not look very hard).
43
44
45 Any suggestions are appreciated. The aforementioned howto
46 suggest that make oldconfig, xconfig and menuconfig are
47 alternate ways? Maybe your not suppose to mix oldconfig
48 with menuconfig?
49
50 The reason I ask is some 2.6.23 to 2.6.24. to 2.6.25
51 kernel have lost setting (selected options) using
52 menuconfig alone. However, for a while the selected
53 options were always correctly included using the above
54 steps (without using oldconfig command syntax).
55
56
57 This is the source of my need for some clarity.
58 Maybe an updated howto is what is really needed?
59 One that skips genkernel and such?
60
61
62 James

Replies

Subject Author
Re: [gentoo-user] Re: make oldconfig "M. Sitorus" <gkjdsh@×××××.com>
Re: [gentoo-user] Re: make oldconfig Dale <dalek1967@×××××××××.net>
Re: [gentoo-user] Re: make oldconfig Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
Re: [gentoo-user] Re: make oldconfig Thanasis <thanasis@××××××××××.org>