We'll want to use some new features that have been added specifically
for catalyst. It's probably a good idea to use the latest stable portage
anyway.

Signed-off-by: Matt Turner <matts...@gentoo.org>
---
 targets/stage1/chroot.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh
index 50afef4a..1085641e 100755
--- a/targets/stage1/chroot.sh
+++ b/targets/stage1/chroot.sh
@@ -32,6 +32,9 @@ FEATURES="${FEATURES} nodoc noman noinfo"
 if [ -n "${clst_update_seed}" ]; then
        if [ "${clst_update_seed}" == "yes" ]; then
                echo "Updating seed stage..."
+
+               ROOT=/ USE=-rsync-verify run_merge --oneshot --update 
sys-apps/portage
+
                if [ -n "${clst_update_seed_command}" ]; then
                        ROOT=/ run_merge --buildpkg=n 
"${clst_update_seed_command}"
                else
-- 
2.26.2


Reply via email to