commit:     82319bbbaa94a3c519765b2744ba45a4b0241a4f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 17:47:20 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 18:49:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=82319bbb

targets: Update seed stage's sys-apps/portage

We'll want to use some new features that have been added specifically
for catalyst.

Signed-off-by: Matt Turner <mattst88 <AT> 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

Reply via email to