[PATCH 4/7] Fix initialization of Storage.roots to use a list. (#884270)

David Lehman dlehman at redhat.com
Wed Dec 5 23:45:31 UTC 2012


---
 pyanaconda/storage/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/storage/__init__.py b/pyanaconda/storage/__init__.py
index 47fb953..4ac19e1 100644
--- a/pyanaconda/storage/__init__.py
+++ b/pyanaconda/storage/__init__.py
@@ -329,7 +329,7 @@ class Storage(object):
                                      iscsi=self.iscsi,
                                      dasd=self.dasd)
         self.fsset = FSSet(self.devicetree)
-        self.roots = {}
+        self.roots = []
         self.services = set()
 
     def doIt(self):
-- 
1.7.7.6



More information about the anaconda-patches mailing list