# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ targets/support/kmerge.sh:
+ Make the --kerncache option to genkernel dependent on 'kerncache' being in
+ options, so that it can actually be turned off
+
07 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/amd64.py,
arch/mips.py:
Rearrange things in the arch/*.py files to ensure that nothing is used
--kerneldir=/usr/src/linux \
--kernel-config=/var/tmp/${clst_kname}.config \
--modulespackage=/tmp/kerncache/${clst_kname}-modules-${clst_version_stamp}.tar.bz2 \
- --minkernpackage=/tmp/kerncache/${clst_kname}-kernel-initrd-${clst_version_stamp}.tar.bz2 \
- --kerncache=/tmp/kerncache/${clst_kname}-kerncache-${clst_version_stamp}.tar.bz2 all"
+ --minkernpackage=/tmp/kerncache/${clst_kname}-kernel-initrd-${clst_version_stamp}.tar.bz2 all"
# extra genkernel options that we have to test for
+ if [ -n "${clst_KERNCACHE}" ]
+ then
+ GK_ARGS="${GK_ARGS} --kerncache=/tmp/kerncache/${clst_kname}-kerncache-${clst_version_stamp}.tar.bz2"
+ fi
+
if [ "${clst_splash_type}" == "bootsplash" -a -n "${clst_splash_theme}" ]
then
GK_ARGS="${GK_ARGS} --bootsplash=${clst_splash_theme}"