commit: 2a18e95451eab840d33d6a0d537f104f22f2f238
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Tue Apr 4 17:02:20 2017 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue Apr 4 17:02:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2a18e954
Drop prepare_portage and clear_portage from stage4 as prepare_portage is
causing stage building to fail.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT>
gentoo.org>
targets/stage4/stage4-controller.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/targets/stage4/stage4-controller.sh
b/targets/stage4/stage4-controller.sh
index 4c5d5a06..d42f302f 100755
--- a/targets/stage4/stage4-controller.sh
+++ b/targets/stage4/stage4-controller.sh
@@ -10,8 +10,6 @@ case $1 in
;;
pre-kmerge)
- prepare_portage
-
# Sets up the build environment before any kernels are compiled
exec_in_chroot ${clst_shdir}/support/pre-kmerge.sh
;;
@@ -43,7 +41,6 @@ case $1 in
;;
preclean)
- clear_portage
exec_in_chroot
${clst_shdir}/${clst_target}/${clst_target}-preclean-chroot.sh ${clst_root_path}
;;