From ecce42954effad096e4c613b9705ca55f430efb3 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 8 Sep 1999 18:21:41 +0000 Subject: zerombr --- text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.py') 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) -- cgit