From f57e6d3781f60d0ab6e1019496ff2c25e65619d1 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sun, 5 Feb 2006 21:24:43 +0000 Subject: [PATCH] Added copy of /usr/portage/eclass for the Installer. Thanks to Andrew Gaffney for pointing me in the right direction. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1069 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 7 ++++++- targets/support/livecdfs-update.sh | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85911af9..ed6f7b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ # 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 + 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 targets/support/create-iso.sh: change all occurrences of ${clst_livecd_cdfstype} with ${clst_fstype} diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 132e273b..c2698692 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -1,7 +1,7 @@ #!/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 @@ -284,6 +284,7 @@ case ${clst_livecd_type} in # 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 -- 2.26.2