From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Tue, 21 Aug 2012 02:44:33 +0000 (+0000) Subject: Drop config_profile_link from the action_sequence for the generic stage. X-Git-Tag: Catalyst-2.0.11~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3bd10159bf7cfe14b6d8a8218b94eca73be4c997;p=catalyst.git 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. --- 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 \