diff options
author | 2012-01-06 06:36:53 +0000 | |
---|---|---|
committer | 2012-01-06 06:36:53 +0000 | |
commit | 670d3338c0b5fbc717980e54923e2555a8732bdf (patch) | |
tree | ae09f552dc60ff8de289065f3576ef4c241d263a | |
parent | Code to mount /usr and other filesystems as needed for new udev and systemd. (diff) | |
download | genkernel-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-- | ChangeLog | 3 | ||||
-rwxr-xr-x | genkernel | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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. @@ -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. |