summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorJoel Granados Moreno <jgranado@redhat.com>2009-03-12 18:06:50 +0100
committerJoel Granados Moreno <jgranado@redhat.com>2009-03-12 18:06:50 +0100
commit5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96 (patch)
tree4724bccd934ee7ab1771d6b9f20185db21668496 /storage
parent6f5aaf8afa57ed73a6e20fbd7695129987fa4563 (diff)
downloadanaconda-5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96.tar.gz
anaconda-5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96.tar.xz
anaconda-5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96.zip
Fix typo.
Diffstat (limited to 'storage')
-rw-r--r--storage/partitioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/partitioning.py b/storage/partitioning.py
index 66c0c29b3..e900d18a4 100644
--- a/storage/partitioning.py
+++ b/storage/partitioning.py
@@ -201,7 +201,7 @@ def doAutoPartition(anaconda):
sys.exit(0)
if anaconda.id.storage.doAutoPart:
- _scheduleLVs(anaconda, dev)
+ _scheduleLVs(anaconda, devs)
# sanity check the collection of devices
log.warning("not sanity checking storage config because I don't know how yet")