# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.554 2006/02/03 22:39:47 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.555 2006/02/05 21:24:43 wolf31o2 Exp $
+
+ 05 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/livecdfs-update.sh:
+ Added copy of /usr/portage/eclass for the Installer. Thanks to Andrew
+ Gaffney for pointing me in the right direction.
03 Feb 2006; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
change all occurrences of ${clst_livecd_cdfstype} with ${clst_fstype}
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.32 2005/12/21 16:56:01 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.33 2006/02/05 21:24:43 wolf31o2 Exp $
. /tmp/chroot-functions.sh
# This is my hack to reduce tmpfs usage
mkdir -p /usr/livecd
cp -r /usr/portage/profiles /usr/livecd
+ cp -r /usr/portage/eclass /usr/livecd
rm -rf /usr/livecd/profiles/{co*,default-{1*,a*,b*,d*,h*,i*,m*,p*,s*,x*},g*,hardened-*,n*,x*}
mv -f /etc/gconf /usr/livecd
mv -f /var/db /usr/livecd