From: Rick Farina (Zero_Chaos) Date: Mon, 22 Oct 2012 01:19:59 +0000 (-0400) Subject: setup portage before updating seed_cache X-Git-Tag: catalyst-2.0.12~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b266cfaa322e0791915004765a74f75c673c70f4;p=catalyst.git 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. --- 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..."