From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D0F2A1381F3 for ; Wed, 9 Oct 2013 15:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E648E0A6E; Wed, 9 Oct 2013 15:14:34 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C590E09B0 for ; Wed, 9 Oct 2013 15:14:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id B41DC123EB for ; Wed, 9 Oct 2013 17:14:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1381331671; bh=g+jDDNFLn3swTt+UIXZe9UkPXgJk/h3vIJ+79AsK93g=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=fJ1tHH8owSzZsj2cGtpxGJUfOoxN785GH8EFK1Xb86NYuDOGoCbst0bgk/s5XfdIo d2cuFOlU1kaQKCwbcUwt5qvfmmXMJP2stTLB5VbfHV5EaNxNxsEkr5OYrUWTm88LNi DopYSyNqonAz38c7bcsMONRLNKUBU5LSwk2490LI= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 03766-10 for ; Wed, 9 Oct 2013 17:14:30 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:c543:1d7a:cc7b:de76]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 328D1123EA for ; Wed, 9 Oct 2013 17:14:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1381331670; bh=g+jDDNFLn3swTt+UIXZe9UkPXgJk/h3vIJ+79AsK93g=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=AORzmWn+nEAOVMa/PcRA2JQgYNLWv1ZyZAt680CFpU3EJQaTM532y+8DD9ukBn+jr +TG4034Cr+RrEqB7WRcLTkd0n6qD1YYDkTLx2M3a+mL30mhn5W8iVzovmauVXHOC4k fgJxaTajkYZYvpoWwGBOZLejebPcjNe6n+hDClFo= Message-ID: <525572D4.6090307@xunil.at> Date: Wed, 09 Oct 2013 17:14:28 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] kerninst (was Optional /usr merge in Gentoo) References: <524C0820.9030501@xunil.at> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 9e458d2a-7e63-45dc-a7f2-f52062c3b63f X-Archives-Hash: 0026e80b4f3f0053316306ddf72ced5c Am 02.10.2013 18:02, schrieb Canek Peláez Valdés: > Yeah, that's the way to do it. However, kerninst is not for testing > different configurations of kernels. I suppose you could use it that > way, but I wrote exactly for the opposite case: when you finally have > your configuration nailed down, and just want to automatize the > installation of the kernel. Another suggestion would be to make the script "save" the config via git every time it is executed (and there is a difference). Just an idea ;-)