From: Chris Gianelloni Date: Thu, 17 Apr 2008 17:06:43 +0000 (+0000) Subject: We no longer need the metadata.tar.bz2, since the Installer uses metadata_overlay. X-Git-Tag: CATALYST_2_0_6_916~97 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=681e8e8483a54296a86a6cd73f467eff4791a724;p=catalyst.git We no longer need the metadata.tar.bz2, since the Installer uses metadata_overlay. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1397 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 1911f0fb..0f83c1d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 17 Apr 2008; Chris Gianelloni + targets/support/livecdfs-update.sh: + We no longer need the metadata.tar.bz2, since the Installer uses + metadata_overlay. + 16 Apr 2008; Chris Gianelloni targets/stage1/stage1-chroot.sh: We don't need --newuse if we're not using binary packages, so there's no diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 79863c1e..4857355b 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -321,9 +321,6 @@ case ${clst_livecd_type} in mv -f /var/db /usr/livecd ln -sf /usr/livecd/db /var/db - # This gives us a proper cache for portage/installer - tar cjf /usr/livecd/metadata.tar.bz2 /var/cache/edb/dep/usr/portage - # Clear out lastlog rm -f /var/log/lastlog && touch /var/log/lastlog