Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: make oldconfig
Date: Wed, 06 Aug 2008 07:08:16
Message-Id: 6142e6140808060008v4db40059h88cbf921dc681dcc@mail.gmail.com
In Reply to: [gentoo-user] Re: make oldconfig by James
1 2008/8/6, James <wireless@×××××××××××.com>:
2 > So what I gleen is that you run on
3 > a kernel, say version linux-2.6.24-gentoo-r8
4 >
5 > You down load newer sources, say version
6 > linux-2.6.25-gentoo-r7
7 >
8 > cd /usr/src
9 >
10 > rm linux
11 >
12 > ln -sf /usr/src/linux-2.6.25-gentoo-r7 linux
13 >
14 > make oldconfig <???>
15 > make menuconfig
16 >
17 > cp System.map /boot/System.map-2.6.25-gentoo-r7
18 > cp arch/x86_64/boot/bzImage /boot/kernel-2.6.25-gentoo-r7
19 > cp .config /boot/config-2.6.25-gentoo-r7
20 >
21 >
22 > edit grub apppropriately
23 > and reboot to the new kernel?
24
25 In the case you run menuconfig oldconfig is not needed. I did so
26 myself in the past. Now i simply run just oldconfig, because you have
27 a better control of what has changed between the versions. After
28 oldconfig menuconfig is not needed one of them will suffer.
29
30 Regards,
31
32 Daniel

Replies

Subject Author
[gentoo-user] Re: make oldconfig james <wireless@×××××××××××.com>