Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 03/11] targets: Update seed stage's sys-apps/portage
Date: Mon, 18 Jan 2021 20:22:02
Message-Id: 20210118202152.374078-3-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 01/11] targets: Remove unused 'enter' command by Matt Turner
1 We'll want to use some new features that have been added specifically
2 for catalyst. It's probably a good idea to use the latest stable portage
3 anyway.
4
5 Signed-off-by: Matt Turner <mattst88@g.o>
6 ---
7 targets/stage1/chroot.sh | 3 +++
8 1 file changed, 3 insertions(+)
9
10 diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh
11 index 50afef4a..1085641e 100755
12 --- a/targets/stage1/chroot.sh
13 +++ b/targets/stage1/chroot.sh
14 @@ -32,6 +32,9 @@ FEATURES="${FEATURES} nodoc noman noinfo"
15 if [ -n "${clst_update_seed}" ]; then
16 if [ "${clst_update_seed}" == "yes" ]; then
17 echo "Updating seed stage..."
18 +
19 + ROOT=/ USE=-rsync-verify run_merge --oneshot --update sys-apps/portage
20 +
21 if [ -n "${clst_update_seed_command}" ]; then
22 ROOT=/ run_merge --buildpkg=n "${clst_update_seed_command}"
23 else
24 --
25 2.26.2