From: Robin H. Johnson Date: Fri, 6 Jan 2012 06:36:53 +0000 (+0000) Subject: Bump to 3.4.22 to reflect /usr mount support. X-Git-Tag: v3.4.22~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=670d3338c0b5fbc717980e54923e2555a8732bdf;p=genkernel.git Bump to 3.4.22 to reflect /usr mount support. Signed-off-by: Robin H. Johnson --- 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 genkernel: + Bump to 3.4.22 to reflect /usr mount support. + 06 Jan 2012; Robin H. Johnson 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.