[PATCH 01/11] Drop old code related to saving clearPartType from pre-f18.

David Lehman dlehman at redhat.com
Mon Feb 4 23:32:27 UTC 2013


---
 blivet/__init__.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 08b59b6..809ede3 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -403,7 +403,6 @@ class Blivet(object):
             self.dasd.startup(None,
                               self.config.exclusiveDisks,
                               self.config.initializeDisks)
-        clearPartType = self.config.clearPartType # save this before overriding it
         if self.dasd:
             # Reset the internal dasd list (823534)
             self.dasd.clear_device_list()
@@ -414,7 +413,6 @@ class Blivet(object):
                               iscsi=self.iscsi,
                               dasd=self.dasd)
         self.devicetree.populate(cleanupOnly=cleanupOnly)
-        self.config.clearPartType = clearPartType # set it back
         self.fsset = FSSet(self.devicetree)
         self.eddDict = get_edd_dict(self.partitioned)
         if self.bootloader:
-- 
1.8.1



More information about the anaconda-patches mailing list