* [gentoo-commits] proj/catalyst:master commit in: targets/stage1/
@ 2012-08-29 3:18 99% Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 1+ results
From: Jorge Manuel B. S. Vicetto @ 2012-08-29 3:18 UTC (permalink / raw
To: gentoo-commits
commit: ce3433d22948ea3183b6d033e0cf4e7cb3a1d8fd
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 02:46:40 2012 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 02:46:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=ce3433d2
Add initial support to update the seed stage on stage1 - bug 397505.
---
targets/stage1/stage1-chroot.sh | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh
index af50a1c..00f390d 100644
--- a/targets/stage1/stage1-chroot.sh
+++ b/targets/stage1/stage1-chroot.sh
@@ -23,6 +23,13 @@ fi
[ -e /etc/portage/make.conf ] && \
echo 'USE="${USE} -build"' >> /etc/portage/make.conf
run_merge "--oneshot --nodeps sys-apps/baselayout"
+
+# Update stage3
+UPDATE_SEED_STAGE="yes"
+if [ -n ${UPDATE_SEED_STAGE} ]; then
+ echo "Updating seed stage..."
+ clst_root_path=/ run_merge "--update --deep --newuse @world"
+fi
sed -i '/USE="${USE} -build"/d' /etc/portage/make.conf
# Next, we install the package manager
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-29 3:18 99% [gentoo-commits] proj/catalyst:master commit in: targets/stage1/ Jorge Manuel B. S. Vicetto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox