From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RiyS5-00070G-LU for garchives@archives.gentoo.org; Fri, 06 Jan 2012 01:18:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B67A621C05E; Fri, 6 Jan 2012 01:18:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8BDD421C05E for ; Fri, 6 Jan 2012 01:18:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EE7C1B40FA for ; Fri, 6 Jan 2012 01:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7EBA38004A for ; Fri, 6 Jan 2012 01:18:29 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <8139949026114379b06f98dd7bd860f11b01b7a8.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel.conf X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8139949026114379b06f98dd7bd860f11b01b7a8 Date: Fri, 6 Jan 2012 01:18:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2d159168-0110-4cbc-9536-b86ddb9ca398 X-Archives-Hash: 5624d51d7c1a6b2c9e229d74a9a91267 commit: 8139949026114379b06f98dd7bd860f11b01b7a8 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jan 6 01:14:53 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jan 6 01:14:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D81399490 Add a configuration option for --install, so users can get it as a defaul= t. Defaults to "no", due to catalyst. --- genkernel.conf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/genkernel.conf b/genkernel.conf index 8628267..c6378e2 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -8,6 +8,10 @@ =20 # =3D=3D=3D=3D=3D=3D=3D=3D=3DCommon Command Line Option Defaults=3D=3D=3D= =3D=3D=3D=3D=3D=3D =20 +# Should we install to $BOOTDIR? Default is "no" because genkernel is u= sed in +# catalyst and stage building. +#INSTALL=3D"yes" + # Run 'make oldconfig' before compiling this kernel? OLDCONFIG=3D"yes" =20