# ChangeLog for gentoo/src/catalyst
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.162 2005/01/28 21:00:08 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.163 2005/01/29 04:05:46 wolf31o2 Exp $
+
+ 28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
+ livecd/runscript/alpha-archscript.sh:
+ Alpha fixes for multiple kernels..
28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
livecd/runscript-support/kmerge.sh:
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/alpha-archscript.sh,v 1.7 2005/01/28 20:23:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/livecd/runscript/Attic/alpha-archscript.sh,v 1.8 2005/01/29 04:05:46 wolf31o2 Exp $
case $1 in
kernel)
# unpack the kernel(s) that were built in kmerge.sh
first=""
- for x in "${clst_boot_kernel}"
+ for x in ${clst_boot_kernel}
do
kbinary="${clst_chroot_path}/usr/portage/packages/gk_binaries/${x}-${clst_version_stamp}.tar.bz2"
[ ! -e "${kbinary}" ] && die "Can't find kernel tarball at ${kbinary}"
- tar xjvf ${kbinary}/${x}.tar.bz2 -C ${clst_cdroot_path}/boot
+ tar xjvf ${kbinary} -C ${clst_cdroot_path}/boot
# change kernel name from "kernel" to "gentoo", for example
mv ${clst_cdroot_path}/boot/kernel* ${clst_cdroot_path}/boot/${x}