We don't need to do the device building twice, so removing USE=build from first basel...
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 11 Feb 2008 22:20:20 +0000 (22:20 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 11 Feb 2008 22:20:20 +0000 (22:20 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1295 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/stage1/stage1-chroot.sh

index 7dde8a9eed85ea566e9dae18d061f3017d538a3e..82da85d9574b72c73c67746e0a2e9024bfa11e2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  11 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/stage1/stage1-chroot.sh:
+  We don't need to do the device building twice, so removing USE=build from
+  first baselayout install.
+
   09 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   targets/support/livecdfs-update.sh:
   We check for a plugdev group, add it if it doesn't exist, and make sure any
index 1e19b89dced96087c8315a71633bd3622352dafb..4b078818ff6f9802bf6f73e93912f7e08dad26ba 100755 (executable)
@@ -24,9 +24,9 @@ fi
 ## START BUILD
 clst_root_path=/ setup_portage
 
-run_emerge "--oneshot --nodeps virtual/baselayout"
+USE="-build" run_emerge "--oneshot --nodeps virtual/baselayout"
 
-USE="bindist" run_emerge "--noreplace --oneshot ${clst_buildpkgs}"
+run_emerge "--noreplace --oneshot ${clst_buildpkgs}"
 rm -f /var/lib/portage/world
 touch /var/lib/portage/world