From 3bd10159bf7cfe14b6d8a8218b94eca73be4c997 Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Tue, 21 Aug 2012 02:44:33 +0000 Subject: [PATCH] Drop config_profile_link from the action_sequence for the generic stage. Instead of creating the profile from python, we're going to use eselect to pick the profile inside the chroot. --- modules/generic_stage_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index c4ef239c..24bf846f 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -457,7 +457,7 @@ class generic_stage_target(generic_target): def set_action_sequence(self): """ Default action sequence for run method """ self.settings["action_sequence"]=["unpack","unpack_snapshot",\ - "config_profile_link","setup_confdir","portage_overlay",\ + "setup_confdir","portage_overlay",\ "base_dirs","bind","chroot_setup","setup_environment",\ "run_local","preclean","unbind","clean"] # if self.settings.has_key("TARBALL") or \ -- 2.26.2