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 f4b788f5b..6c47704c4 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -50,7 +50,7 @@ installSteps = [
( "upgradecontinue", queryUpgradeContinue, ("intf", "dir")),
( "addswap", ("dispatch", "intf", "id.fsset", "id.diskset", "instPath") ),
( "partitionmethod", ("id",) ),
- ( "autopartition", ("id.autoClearPartType", "id.autoClearPartDrives", "id.diskset", "intf", "id.useAutopartitioning")),
+ ( "autopartition", ("id", "intf") ),
( "autopartitionexecute", doAutoPartition, ("id",)),
( "fdisk", ("id.useFdisk", "id.diskset", "id.partrequests")),
( "partition", ("id.fsset", "id.diskset", "id.partrequests", "intf")),