From ecce42954effad096e4c613b9705ca55f430efb3 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 8 Sep 1999 18:21:41 +0000 Subject: zerombr --- iw/rootpartition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iw/rootpartition.py') diff --git a/iw/rootpartition.py b/iw/rootpartition.py index 6b6459601..1ad3f314e 100644 --- a/iw/rootpartition.py +++ b/iw/rootpartition.py @@ -84,7 +84,7 @@ class AutoPartitionWindow(InstallWindow): self.manuallyPartition.get_active()): drives = self.todo.drives.available ().keys () drives.sort () - self.todo.ddruid = fsedit(0, drives, self.fstab) + self.todo.ddruid = fsedit(0, drives, self.fstab, self.todo.zeroMbr) self.todo.manuallyPartition() return None @@ -101,7 +101,7 @@ class AutoPartitionWindow(InstallWindow): if not todo.ddruid: drives = todo.drives.available ().keys () drives.sort () - todo.ddruid = fsedit(0, drives, self.fstab) + todo.ddruid = fsedit(0, drives, self.fstab, self.todo.zeroMbr) todo.instClass.finishPartitioning(todo.ddruid) if not todo.getPartitionWarningText(): -- cgit