aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-01-06 06:36:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-01-06 06:36:53 +0000
commit670d3338c0b5fbc717980e54923e2555a8732bdf (patch)
treeae09f552dc60ff8de289065f3576ef4c241d263a
parentCode to mount /usr and other filesystems as needed for new udev and systemd. (diff)
downloadgenkernel-670d3338c0b5fbc717980e54923e2555a8732bdf.tar.gz
genkernel-670d3338c0b5fbc717980e54923e2555a8732bdf.tar.bz2
genkernel-670d3338c0b5fbc717980e54923e2555a8732bdf.zip
Bump to 3.4.22 to reflect /usr mount support.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--ChangeLog3
-rwxr-xr-xgenkernel2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01598db..ec025d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
# Distributed under the GPL v2
# $Id$
+ 06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
+ Bump to 3.4.22 to reflect /usr mount support.
+
06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts,
defaults/linuxrc:
Code to mount /usr and other filesystems as needed for new udev and systemd.
diff --git a/genkernel b/genkernel
index 400b17d..9f9f71b 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
# $Id$
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.21.2'
+GK_V='3.4.22'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.