diff options
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |