Stop dropping /etc/portage on stage2. Also drop the custom cleanables from stage2.
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 21 Aug 2012 02:43:00 +0000 (02:43 +0000)
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Tue, 21 Aug 2012 02:43:00 +0000 (02:43 +0000)
modules/stage2_target.py

index f5297212eeb426d969785885bb61f8ee5d50670a..6c30ea0ebce4d489d4c17c843d68491f3776ee57 100644 (file)
@@ -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"])