summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-10 01:40:47 +0000
committerErik Troan <ewt@redhat.com>1999-09-10 01:40:47 +0000
commitfa0444acb7b158fe3db3a1546efa608326bd9e5b (patch)
tree84e00cf5c0c51dfbb9d5ef2dd85afd1ef1dbf50d
parenteadae2da991a600b003d31aaf4ba50df5eb1b0a3 (diff)
downloadanaconda-fa0444acb7b158fe3db3a1546efa608326bd9e5b.tar.gz
anaconda-fa0444acb7b158fe3db3a1546efa608326bd9e5b.tar.xz
anaconda-fa0444acb7b158fe3db3a1546efa608326bd9e5b.zip
pass raid type back and forth properly
-rw-r--r--iw/rootpartition.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 9545d7a4f..fb6e1b5c2 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -50,7 +50,7 @@ class PartitionWindow (InstallWindow):
print "drives", drives
print "raid", raid
- for (mount, device, other) in raid:
+ for (mount, device, type, other) in raid:
self.todo.addMount(device, mount, "ext2")
print "self.todo.mounts", self.todo.mounts