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.