summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2012-10-21 21:19:59 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2012-10-21 21:19:59 -0400
commitb266cfaa322e0791915004765a74f75c673c70f4 (patch)
treea2a231b13f11e5c4000ccd22827bc02dacae3ffd
parentprevent cleaning .a files (diff)
downloadcatalyst-b266cfaa322e0791915004765a74f75c673c70f4.tar.gz
catalyst-b266cfaa322e0791915004765a74f75c673c70f4.tar.bz2
catalyst-b266cfaa322e0791915004765a74f75c673c70f4.zip
setup portage before updating seed_cache
When updating of seed_cache support was added it was added before portage was setup/updated. We always was portage first.
-rw-r--r--targets/stage1/stage1-chroot.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index c26bd726..6f7e5b01 100644
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -21,6 +21,7 @@ fi
# Update stage3
if [ -n "${clst_update_seed_cache}" ]; then
echo "Updating seed stage..."
+ clst_root_path=/ setup_pkgmgr
clst_root_path=/ run_merge "--update --deep --newuse @world"
else
echo "Skipping seed stage update..."