From 933f621fecc074e6d97f0c8112f93165bd7492dd Mon Sep 17 00:00:00 2001 From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" Date: Tue, 21 Aug 2012 02:43:00 +0000 Subject: [PATCH] Stop dropping /etc/portage on stage2. Also drop the custom cleanables from stage2. --- modules/stage2_target.py | 4 ---- 1 file changed, 4 deletions(-) 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"]) -- 2.26.2