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 <gentoo-commits+bounces-415002-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Rj1RP-0001iD-OK
	for garchives@archives.gentoo.org; Fri, 06 Jan 2012 04:30:07 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DA66721C054;
	Fri,  6 Jan 2012 04:29:55 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id ADFF821C09D
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Jan 2012 04:29:55 +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 334F01B4011
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Jan 2012 04:29:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 8F9B380052
	for <gentoo-commits@lists.gentoo.org>; Fri,  6 Jan 2012 04:29:54 +0000 (UTC)
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org>
Message-ID: <0c2c1f564e2a682d173bbd5452974e99b1fa216c.robbat2@gentoo>
Subject: [gentoo-commits] proj/genkernel:master commit in: /
X-VCS-Repository: proj/genkernel
X-VCS-Files: ChangeLog genkernel
X-VCS-Directories: /
X-VCS-Committer: robbat2
X-VCS-Committer-Name: Robin H. Johnson
X-VCS-Revision: 0c2c1f564e2a682d173bbd5452974e99b1fa216c
Date: Fri,  6 Jan 2012 04:29:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 5d24a39f-5c7e-42d0-bd3b-6c06c93cf04d
X-Archives-Hash: e067cbe8ab03aa0669420dea83b83d5b

commit:     0c2c1f564e2a682d173bbd5452974e99b1fa216c
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 04:25:05 2012 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 04:25:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git=
;a=3Dcommit;h=3D0c2c1f56

Bump version to 3.4.21.2. Stock configuration of 3.4.21.1 generates unboo=
table initramfs!

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 ChangeLog |    4 ++++
 genkernel |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 36a6026..48843ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 # Distributed under the GPL v2
 # $Id$
=20
+  06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
+  Bump version to 3.4.21.2. Stock configuration of 3.4.21.1 generates
+  unbootable initramfs!
+
   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> gen_determineargs.s=
h,
   genkernel.conf:
   Fix some defaults otherwise you get an initramfs without any modules!

diff --git a/genkernel b/genkernel
index dc32491..400b17d 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
=20
 PATH=3D"${PATH}:/sbin:/usr/sbin"
-GK_V=3D'3.4.21.1'
+GK_V=3D'3.4.21.2'
=20
 # Set the default for TMPDIR.  May be modified by genkernel.conf or the
 # --tempdir command line option.