git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1091
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.576 2006/02/14 19:49:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.577 2006/02/15 03:53:54 wolf31o2 Exp $
+
+ 15 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/kmerge.sh:
+ Fixed creation of kernelpkgs.txt for the Installer.
14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
livecd/cdtar/elilo-3.4-cdtar.tar.bz2:
export clst_kernel_merge
export clst_initramfs_overlay
# Build our list of kernel packages
- if [ "${clst_livecd_type}" = "gentoo-release-livecd" -a "$clst_kernel_merge" != ""]
+ if [ "${clst_livecd_type}" = "gentoo-release-livecd" ] \
+ && [ "$clst_kernel_merge" != ""]
then
mkdir -p /usr/livecd
echo "${clst_kernel_merge}" > /usr/livecd/kernelpkgs.txt