summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-11 02:24:58 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-11 02:24:58 +0000
commit228fcffd5271cd55dff90cbd77eb92b623cb6c39 (patch)
treefddb3df87dcb1ec21cd374436e465aebd3baed8a /dispatch.py
parenta7bab3f6865cc2ffcfe36c855145976bbbb6200a (diff)
downloadanaconda-228fcffd5271cd55dff90cbd77eb92b623cb6c39.tar.gz
anaconda-228fcffd5271cd55dff90cbd77eb92b623cb6c39.tar.xz
anaconda-228fcffd5271cd55dff90cbd77eb92b623cb6c39.zip
if we don't have any valid drives to install on, show an error message
and then exit the install
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 20f35450e..1203edf2e 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -52,7 +52,7 @@ installSteps = [
( "installtype", ("dispatch", "id", "method", "intf") ),
( "findinstall", ("dispatch", "intf", "id", "instPath") ),
( "partitionmethod", ("id.partitions", "id.instClass") ),
- ( "partitionobjinit", partitionObjectsInitialize, ("id.diskset", "id.partitions", "dir") ),
+ ( "partitionobjinit", partitionObjectsInitialize, ("id.diskset", "id.partitions", "dir", "intf") ),
( "partitionmethodsetup", partitionMethodSetup, ("id.partitions", "dispatch") ),
( "autopartition", ("id.diskset", "id.partitions", "intf", "dispatch") ),
( "autopartitionexecute", doAutoPartition, ("dir", "id.diskset", "id.partitions", "intf")),