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