diff options
-rw-r--r-- | dispatch.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dispatch.py b/dispatch.py index a1be95565..0b3bb5e00 100644 --- a/dispatch.py +++ b/dispatch.py @@ -46,10 +46,6 @@ from network import networkDeviceCheck # in the second case, the function is called directly from the dispatcher installSteps = [ - ("partitionobjinit", partitionObjectsInitialize, ("id.diskset", - "id.partitions", - "dir", "intf")), - ("partition", ("id.fsset", "id.diskset", "id.partitions", "intf")), ("welcome", ("id.configFileData",)), ("language", ("intf", "id.instLanguage")), ("keyboard", ("id.instLanguage.getDefaultKeyboard()", "id.keyboard", "id.xconfig")), |