diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-08 18:21:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-08 18:21:41 +0000 |
commit | ecce42954effad096e4c613b9705ca55f430efb3 (patch) | |
tree | 7a8f0f89f9ef1b7e344ce35b36a247555672804f /text.py | |
parent | 848bcc936b5afede7f87af2a42b38736f7a0f2af (diff) | |
download | anaconda-ecce42954effad096e4c613b9705ca55f430efb3.tar.gz anaconda-ecce42954effad096e4c613b9705ca55f430efb3.tar.xz anaconda-ecce42954effad096e4c613b9705ca55f430efb3.zip |
zerombrbefore.kudzu.loader.patch
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |