Handle portage_overlay on tinderbox targets. Tinderboxes can be very useful to build packages with custom profiles and overlays. Add the portage_overlay action so users are able to use the tinderbox. Signed-off-by: Francisco Blas Izquierdo Riera (klondike) --- a/catalyst/targets/tinderbox.py +++ b/catalyst/targets/tinderbox.py @@ -41,7 +41,7 @@ def set_action_sequence(self): #Default action sequence for run method - self.settings["action_sequence"]=["unpack","unpack_snapshot",\ + self.settings["action_sequence"]=["unpack","unpack_snapshot","portage_overlay",\ "config_profile_link","setup_confdir","bind","chroot_setup",\ "setup_environment","run_local","preclean","unbind","clean",\ "clear_autoresume"]