summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/rootpartition.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 071cef737..7be4b74a0 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -177,6 +177,7 @@ class AutoPartitionWindow(InstallWindow):
self.todo.fstab.rescanPartitions(clearcache)
self.todo.instClass.removeFromSkipList("format")
elif self.manuallyPartition.get_active():
+ del self.druid
# see comment above about clearing cache
clearcache = not self.todo.fstab.getRunDruid()
self.todo.fstab.setRunDruid(1)