From: Chris Gianelloni Date: Mon, 11 Feb 2008 22:20:20 +0000 (+0000) Subject: We don't need to do the device building twice, so removing USE=build from first basel... X-Git-Tag: CATALYST_2_0_6_916~199 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=618c364b4310a90345791941fcc470ef40447647;p=catalyst.git We don't need to do the device building twice, so removing USE=build from first baselayout install. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1295 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 7dde8a9e..82da85d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 11 Feb 2008; Chris Gianelloni + 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 catalyst, targets/support/livecdfs-update.sh: We check for a plugdev group, add it if it doesn't exist, and make sure any diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index 1e19b89d..4b078818 100755 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -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