From: Robin H. Johnson Date: Fri, 6 Jan 2012 04:25:05 +0000 (+0000) Subject: Bump version to 3.4.21.2. Stock configuration of 3.4.21.1 generates unbootable initramfs! X-Git-Tag: v3.4.21.2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0c2c1f564e2a682d173bbd5452974e99b1fa216c;p=genkernel.git Bump version to 3.4.21.2. Stock configuration of 3.4.21.1 generates unbootable initramfs! Signed-off-by: Robin H. Johnson --- diff --git a/ChangeLog b/ChangeLog index 36a6026..48843ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 06 Jan 2012; Robin H. Johnson genkernel: + Bump version to 3.4.21.2. Stock configuration of 3.4.21.1 generates + unbootable initramfs! + 06 Jan 2012; Robin H. Johnson gen_determineargs.sh, 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$ PATH="${PATH}:/sbin:/usr/sbin" -GK_V='3.4.21.1' +GK_V='3.4.21.2' # Set the default for TMPDIR. May be modified by genkernel.conf or the # --tempdir command line option.