summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-04 21:33:35 +0000
committerMike Fulbright <msf@redhat.com>2002-06-04 21:33:35 +0000
commitc504d387082bd0c478a467cbcfbdbbe547df5844 (patch)
tree8c76e8af404f063c9d33426e4b150f1401fdd20f /dispatch.py
parent746350054beea57df19c561cdd65f97ff20a4618 (diff)
downloadanaconda-c504d387082bd0c478a467cbcfbdbbe547df5844.tar.gz
anaconda-c504d387082bd0c478a467cbcfbdbbe547df5844.tar.xz
anaconda-c504d387082bd0c478a467cbcfbdbbe547df5844.zip
doh
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py4
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")),