From: Jorge Manuel B. S. Vicetto (jmbsvicetto) Date: Tue, 21 Aug 2012 02:43:00 +0000 (+0000) Subject: Stop dropping /etc/portage on stage2. Also drop the custom cleanables from stage2. X-Git-Tag: Catalyst-2.0.11~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=933f621fecc074e6d97f0c8112f93165bd7492dd;p=catalyst.git Stop dropping /etc/portage on stage2. Also drop the custom cleanables from stage2. --- diff --git a/modules/stage2_target.py b/modules/stage2_target.py index f5297212..6c30ea0e 100644 --- a/modules/stage2_target.py +++ b/modules/stage2_target.py @@ -33,10 +33,6 @@ class stage2_target(generic_stage_target): # XXX: How do these override_foo() functions differ from the ones in # generic_stage_target and why aren't they in stage3_target? - def set_cleanables(self): - generic_stage_target.set_cleanables(self) - self.settings["cleanables"].extend(["/etc/portage"]) - def override_chost(self): if self.settings.has_key("chost"): self.settings["CHOST"]=list_to_string(self.settings["chost"])