# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.529 2006/01/26 19:56:32 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.530 2006/01/26 20:14:42 rocket Exp $
+
+ 26 Jan 2006; Eric Edgar <rocket@gentoo.org> targets/support/functions.sh,
+ targets/support/pre-kmerge.sh:
+ -m Fix a few other places for the kerncache update
26 Jan 2006; Eric Edgar <rocket@gentoo.org>
examples/generic_stage_template.spec, examples/grp_template.spec,
for x in ${clst_boot_kernel}
do
first=${first:-""}
- kbinary="${clst_chroot_path}/usr/portage/packages/gk_binaries/${x}-kernel-initrd-${clst_version_stamp}.tar.bz2"
+ kbinary="${clst_chroot_path}/tmp/kmerge/${x}-kernel-initrd-${clst_version_stamp}.tar.bz2"
if [ -z "${first}" ]
then
# grab name of first kernel
extract_modules() {
# $1 = Destination
# $2 = kname
- kmodules="${clst_chroot_path}/usr/portage/packages/gk_binaries/${2}-modules-${clst_version_stamp}.tar.bz2"
+ kmodules="${clst_chroot_path}/tmp/kmerge/${2}-modules-${clst_version_stamp}.tar.bz2"
if [ -f "${kmodules}" ]
then
# $1 = Destination
# $2 = kname
- kbinary="${clst_chroot_path}/usr/portage/packages/gk_binaries/${2}-kernel-initrd-${clst_version_stamp}.tar.bz2"
+ kbinary="${clst_chroot_path}/tmp/kmerge/${2}-kernel-initrd-${clst_version_stamp}.tar.bz2"
[ ! -e "${kbinary}" ] && die "Can't find kernel tarball at ${kbinary}"
mkdir -p ${1}/
tar xjf ${kbinary} -C ${1}/
livecd*|stage4)
export USE="livecd"
run_emerge --oneshot genkernel
- install -d /usr/portage/packages/gk_binaries
+ install -d /tmp/kerncache
# Setup case structure for livecd_type
case ${clst_livecd_type} in
netboot2)
run_emerge --oneshot genkernel
- install -d /usr/portage/packages/gk_binaries
+ install -d /tmp/kerncache
# Set the netboot builddate/hostname in linuxrc & copy to proper arch directory in genkernel
sed -e "s/@@MYDATE@@/${clst_netboot2_builddate}/g" \