commit: 182ea27a454746f256b04991aeb6f710b8c90a91
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 01:53:08 2015 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 01:53:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=182ea27a
run setup_pkgmgr to setup portage and use flags properly for embedded target
targets/embedded/embedded-chroot.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/targets/embedded/embedded-chroot.sh
b/targets/embedded/embedded-chroot.sh
index 2fbba27..56d40a4 100755
--- a/targets/embedded/embedded-chroot.sh
+++ b/targets/embedded/embedded-chroot.sh
@@ -6,6 +6,8 @@ source /tmp/chroot-functions.sh
export DESTROOT="${clst_root_path}"
export clst_root_path="/"
+setup_pkgmgr
+
echo "Installing dependencies into ${DESTROOT}..."
run_merge -o "${clst_embedded_packages}"