summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 2edafcba3..18ae8ba97 100644
--- a/text.py
+++ b/text.py
@@ -757,7 +757,7 @@ class AutoPartitionWindow:
if not todo.ddruid:
drives = todo.drives.available ().keys ()
drives.sort ()
- todo.ddruid = fsedit(0, drives, fstab)
+ todo.ddruid = fsedit(0, drives, fstab, todo.zeroMbr)
todo.instClass.finishPartitioning(todo.ddruid)