summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-19 19:09:14 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-19 19:09:14 +0000
commit4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d (patch)
tree9904fe731a3da68119b6430f73e0c8928a6a8350 /dispatch.py
parent5aff3ac0510d8075206eb8de2efaca6044601f8b (diff)
downloadanaconda-4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d.tar.gz
anaconda-4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d.tar.xz
anaconda-4ee8f85a02dc6797cdaa281ac4ec6a8b4e5c0e0d.zip
2006-09-19 Jeremy Katz <katzj@redhat.com>
* partitioning.py (partitionObjectsInitialize): Shutdown/startup zfcp devs here * yuminstall.py (YumBackend.doPreInstall): Remove spurious zfcp.conf copy * zfcp.py: Massive reworking to work better with new UI * ui/zfcp-config.glade: ZFCP config dialog * iw/autopart_type.py: Use zfcp config dialog (#204145) * installclass.py (BaseInstallClass.setSteps): Remove explicit zfcp step * dispatch.py (installSteps): Likewise.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index ee480fff2..91487bc89 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -66,7 +66,6 @@ installSteps = [
("regkey", regKeyScreen, ),
("findrootparts", findRootParts, ),
("findinstall", ),
- ("zfcpconfig", ),
("partitionobjinit", partitionObjectsInitialize, ),
("parttype", ),
("autopartitionexecute", doAutoPartition, ),