summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index 313509d2d..4c91c239d 100644
--- a/text.py
+++ b/text.py
@@ -153,7 +153,7 @@ class InstallPathWindow:
# this is (probably) the first place todo.fstab gets created
if not showScreen:
todo.fstab = NewtFstab(todo.setupFilesystems,
- todo.serial, 0, 0,
+ todo.serial, todo.zeroMbr, 0,
todo.intf.waitWindow,
todo.intf.messageWindow,
todo.intf.progressWindow,
@@ -211,7 +211,7 @@ class InstallPathWindow:
if needNewDruid or not todo.fstab:
todo.fstab = NewtFstab(todo.setupFilesystems,
- todo.serial, todo.zeroMbr, 0,
+ todo.serial, 0, 0,
todo.intf.waitWindow,
todo.intf.messageWindow,
todo.intf.progressWindow,