Removing an extra env-update call from stage1's preclean.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 03:25:59 +0000 (03:25 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 28 Feb 2008 03:25:59 +0000 (03:25 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1331 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/stage1/stage1-controller.sh

index 45a78a5a73d0e4bc6a1aac53fcaa0380ce757878..dc188ad8b498efecf0a5b3fb5149a8d2b6e05209 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/stage1/stage1-controller.sh:
+  Removing an extra env-update call from stage1's preclean.
+
   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   livecd/cdtar/grub-memtest86+-cdtar.tar.bz2,
   targets/support/bootloader-setup.sh:
index 118561737cf07ef4fe79bd09edf3d37a6442e502..4e100e62c4678fac84536208271c96f20dc45ce6 100755 (executable)
@@ -45,8 +45,6 @@ case $1 in
                        CHOST=${clst_CHOST} \
                                binutils-config ${mythang}
                fi
-               ${clst_CHROOT} ${clst_chroot_path}/tmp/stage1root \
-                       /usr/sbin/env-update || exit 1
 
                exec_in_chroot ${clst_sharedir}/targets/${clst_target}/${clst_target}-preclean-chroot.sh /tmp/stage1root || exit 1
        ;;