summaryrefslogtreecommitdiffstats
path: root/iw/rootpartition.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/rootpartition.py')
-rw-r--r--iw/rootpartition.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 9b0e2263c..92005b5f9 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -74,13 +74,13 @@ class PartitionWindow (InstallWindow):
bootPartition = None
rootPartition = None
+ self.todo.resetMounts()
for (partition, mount, fsystem, size) in fstab:
self.todo.addMount(partition, mount, fsystem)
if mount == "/":
rootPartition = partition
elif mount == "/boot":
bootPartition = partition
-
(drives, raid) = self.todo.ddruid.partitionList()