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 ) id 1KQKsm-0003sG-A6 for garchives@archives.gentoo.org; Tue, 05 Aug 2008 11:39:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C05CE02EF; Tue, 5 Aug 2008 11:39:14 +0000 (UTC) Received: from qb-out-1314.google.com (qb-out-1314.google.com [72.14.204.172]) by pigeon.gentoo.org (Postfix) with ESMTP id 79497E02EF for ; Tue, 5 Aug 2008 11:39:14 +0000 (UTC) Received: by qb-out-1314.google.com with SMTP id d12so2661580qbc.14 for ; Tue, 05 Aug 2008 04:39:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.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=bbuv1KGV2JaNhYkv+qS+J93hjzNpKdf4TkPa61z35YU=; b=Zg24lpqtacE/axXk3Oah4ipiEUooeuUupnsn8DUTH6Bdl3npn+rCHROcKjSSyOx1zQ l6Yi3E+4791j3YB0/xX4HYiH19QsPwmbDLNlzJkLFoXlEVLptCXsR7hZPiO63ajRrJzD +/hw1Tyxz2jULa16JnvXkit/zaCxPVyEbvPL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GwSNmkhTmQlIu3ig2sdXLYXECt89qV2J5Cjc8BYTUTkmKTerDCPMGiF0UA+CkilDE7 0EWNRE6kTSYBNL194NqBDhw8xhDAlzErl99zWiN+GzkeM0I5UhsL0ZAX42VRcVFEkWG3 UQVVQURKCC/fmi7eiOIaYPlfaJUMR0FeudbPE= Received: by 10.103.238.4 with SMTP id p4mr537763mur.66.1217936353636; Tue, 05 Aug 2008 04:39:13 -0700 (PDT) Received: by 10.103.229.7 with HTTP; Tue, 5 Aug 2008 04:39:13 -0700 (PDT) Message-ID: <6142e6140808050439q715ac701u9941cae2bf717bb5@mail.gmail.com> Date: Tue, 5 Aug 2008 13:39:13 +0200 From: "Daniel Pielmeier" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] make oldconfig In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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: X-Archives-Salt: 43c10e03-b508-4028-ab9b-0f3db6c464f2 X-Archives-Hash: 0f2cbe8cce5f0a9c4f2dc610b60f61cc 2008/8/4, James : > Hello, > > It seems like I remember that 'make oldconfig' is not > needed any more, to pass the current (booted) kernel > option to the .config for building a new kernel. > > Of is 'make oldconfig' still a good idea? > > > James At least in the kernel Makefile there is no hint about /proc/config.gz which contains the running kernel configuration, so I think make oldconfig or your favourite kernel configuration tool is still needed. If there is no .config or .config.old it will load a default configuration which is probably not what you want.