From 228fcffd5271cd55dff90cbd77eb92b623cb6c39 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 11 Jul 2001 02:24:58 +0000 Subject: if we don't have any valid drives to install on, show an error message and then exit the install --- dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.py') 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")), -- cgit