summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-08 18:21:41 +0000
committerMatt Wilson <msw@redhat.com>1999-09-08 18:21:41 +0000
commitecce42954effad096e4c613b9705ca55f430efb3 (patch)
tree7a8f0f89f9ef1b7e344ce35b36a247555672804f /text.py
parent848bcc936b5afede7f87af2a42b38736f7a0f2af (diff)
downloadanaconda-ecce42954effad096e4c613b9705ca55f430efb3.tar.gz
anaconda-ecce42954effad096e4c613b9705ca55f430efb3.tar.xz
anaconda-ecce42954effad096e4c613b9705ca55f430efb3.zip
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
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)