summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-12-23 17:07:23 +0000
committerErik Troan <ewt@redhat.com>1999-12-23 17:07:23 +0000
commit02b5f8364dbb228436002873a56ce4dbd4d9833a (patch)
tree20ef128efcc8fd42fc63f3fedbc1d66beed070f6 /textw
parent8591ddbcad0a4dbf8dca2ab7ab51b7b8f959dd20 (diff)
downloadanaconda-02b5f8364dbb228436002873a56ce4dbd4d9833a.tar.gz
anaconda-02b5f8364dbb228436002873a56ce4dbd4d9833a.tar.xz
anaconda-02b5f8364dbb228436002873a56ce4dbd4d9833a.zip
kickstart w/ raid partitions works
Diffstat (limited to 'textw')
-rw-r--r--textw/partitioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py
index f3d8eaec7..444f167a6 100644
--- a/textw/partitioning.py
+++ b/textw/partitioning.py
@@ -112,7 +112,7 @@ class AutoPartitionWindow:
if not todo.getPartitionWarningText():
todo.fstab.setRunDruid(0)
- todo.fstab.setDruid(druid)
+ todo.fstab.setDruid(druid, todo.instClass.raidList)
todo.fstab.formatAllFilesystems()
todo.instClass.addToSkipList("format")
return