summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
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")),