From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-82890-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KQYqx-00029j-FV
	for garchives@archives.gentoo.org; Wed, 06 Aug 2008 02:34:19 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2F123E055A;
	Wed,  6 Aug 2008 02:34:16 +0000 (UTC)
Received: from po-out-1718.google.com (po-out-1718.google.com [72.14.252.153])
	by pigeon.gentoo.org (Postfix) with ESMTP id EE368E055A
	for <gentoo-user@lists.gentoo.org>; Wed,  6 Aug 2008 02:34:15 +0000 (UTC)
Received: by po-out-1718.google.com with SMTP id c31so5004917poi.1
        for <gentoo-user@lists.gentoo.org>; Tue, 05 Aug 2008 19:34:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=xKXUtZ4o4o+reTYhd2gFkC0BjyQVZ9P2Xcnk9WbMUSM=;
        b=wKKTsyzNIlr74T7RmKBoSlB7Wz8eCCIZ33uLkODFOVygDIKjhA8Zi/p1SPjNlZZDoV
         WJ7ZM1u0+1I5OKSMOhw9Imi8wBGTew6A269Mfk30WNAir0L8ejSFahbhk6mKWLF6vqGU
         4vn5P9nhzTSu/ax9nVR6nwJM96so77knJbzLs=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=wLMnASA8K41ZkTzr1tp9S3okQ/S3zVVdSPNWeqp+PIA9AgBuzAQKwlCZZ1Jxw8stM5
         O89RYb383jSCX1Nf5nMz6Ibax+KrLFRknYAZeAW/IC19JgWIp9H/XOIepY7/4cJq6ADm
         cOdMdhyOFPo1tBZXQ4epLMlFt+iXQjjt+roZw=
Received: by 10.141.176.13 with SMTP id d13mr8586188rvp.196.1217990055480;
        Tue, 05 Aug 2008 19:34:15 -0700 (PDT)
Received: by 10.140.192.3 with HTTP; Tue, 5 Aug 2008 19:34:15 -0700 (PDT)
Message-ID: <ac564a240808051934x477359c9gcd546b95307c18f4@mail.gmail.com>
Date: Wed, 6 Aug 2008 09:34:15 +0700
From: "M. Sitorus" <gkjdsh@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: make oldconfig
In-Reply-To: <loom.20080806T014026-281@post.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <loom.20080804T210307-572@post.gmane.org>
	 <6142e6140808050439q715ac701u9941cae2bf717bb5@mail.gmail.com>
	 <4898A89A.9050903@bellsouth.net> <48987654.1070501@gmail.com>
	 <4898BE23.5@bellsouth.net> <loom.20080806T014026-281@post.gmane.org>
X-Archives-Salt: 3ca78914-19b9-4851-b737-9148587be738
X-Archives-Hash: 733ac90d52c544d9ef1669bdf833dff7

cd /usr/src
rm linux
ln -sf /usr/src/linux-2.6.25-gentoo-r7 linux
cp /usr/src/linux-2.6.24-gentoo-r8/.config /usr/src/linux-2.6.25-gentoo-r7
make oldconfig
make menuconfig

On 8/6/08, James <wireless@tampabay.rr.com> wrote:
> Dale <dalek1967 <at> bellsouth.net> writes:
>
>
>
> Well, the reason I asked is for clarity.
> I found this gentoo doc, which seems a little dated:
>
>
> http://gentoo-wiki.com/
> HOWTO_Detailed_Kernel_Configuration
>
>
> So what I gleen is that you run on
> a kernel, say version linux-2.6.24-gentoo-r8
>
> You down load newer sources, say version
> linux-2.6.25-gentoo-r7
>
> cd /usr/src
>
> rm linux
>
> ln -sf /usr/src/linux-2.6.25-gentoo-r7 linux
>
> make oldconfig  <???>
> make menuconfig
>
> cp System.map /boot/System.map-2.6.25-gentoo-r7
> cp arch/x86_64/boot/bzImage /boot/kernel-2.6.25-gentoo-r7
> cp .config /boot/config-2.6.25-gentoo-r7
>
>
> edit grub apppropriately
> and reboot to the new kernel?
>
>
> This is what I do, but I do not use the oldconfig command.
>
> A friend asked me how I build new kernel on gentoo and
> I was hoping to find a current howto, that does not
> use genkernel and such. I did not have any luck finding one
> (although I did not look very hard).
>
>
> Any suggestions are appreciated. The aforementioned howto
> suggest that make oldconfig, xconfig and menuconfig are
> alternate ways?  Maybe your not suppose to mix oldconfig
> with menuconfig?
>
> The reason I ask is some 2.6.23 to 2.6.24. to 2.6.25
> kernel have lost setting (selected options) using
> menuconfig alone. However, for a while the selected
> options were always correctly included using the above
> steps (without using oldconfig command syntax).
>
>
> This is the source of my need for some clarity.
> Maybe an updated howto is what is really needed?
> One that skips genkernel and such?
>
>
> James
>
>
>
>
>
>
>


-- 
Salam,

Marc