From b266cfaa322e0791915004765a74f75c673c70f4 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Sun, 21 Oct 2012 21:19:59 -0400 Subject: [PATCH] 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. --- targets/stage1/stage1-chroot.sh | 1 + 1 file changed, 1 insertion(+) 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..." -- 2.26.2