We no longer need the metadata.tar.bz2, since the Installer uses metadata_overlay.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 17 Apr 2008 17:06:43 +0000 (17:06 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 17 Apr 2008 17:06:43 +0000 (17:06 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1397 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index 1911f0fb0d68520b33405b484121482dd789ba7e..0f83c1d31c05efc07be1977e30005fb9ab70be72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  17 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  We no longer need the metadata.tar.bz2, since the Installer uses
+  metadata_overlay.
+
   16 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/stage1/stage1-chroot.sh:
   We don't need --newuse if we're not using binary packages, so there's no
index 79863c1eaa22687e8d546d3296e5fc5c02f3887a..4857355be34d554bed794bc518d840759d998f55 100755 (executable)
@@ -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