# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.244 2005/04/27 21:31:05 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.245 2005/04/28 13:09:13 rocket Exp $
+
+ 28 Apr 2005; Eric Edgar <rocket@gentoo.org>
+ targets/support/chroot-functions.sh:
+ statically define genkernel location to eliminate which command failure if
+ genkernel is not installed
27 Apr 2005; Eric Edgar <rocket@gentoo.org>
modules/generic_stage_target.py:
}
check_genkernel_version(){
- if [ -x `which genkernel` ]
+ if [ -x /usr/bin/genkernel ]
then
genkernel_version=$(genkernel --version)
genkernel_version_major=${genkernel_version%%.*}