summaryrefslogtreecommitdiffstats
path: root/storage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'storage/__init__.py')
-rw-r--r--storage/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/__init__.py b/storage/__init__.py
index 623eff11b..572c7448e 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -287,6 +287,8 @@ class Storage(object):
luksDict=self.__luksDevs)
self.devicetree.populate()
self.fsset = FSSet(self.devicetree)
+ self.anaconda.id.rootParts = None
+ self.anaconda.id.upgradeRoot = None
w.pop()
@property