summaryrefslogtreecommitdiffstats
path: root/installclass.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 /installclass.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 'installclass.py')
-rw-r--r--installclass.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/installclass.py b/installclass.py
index 3443f4644..8f7a3c70f 100644
--- a/installclass.py
+++ b/installclass.py
@@ -115,7 +115,6 @@ class BaseInstallClass:
"findrootparts",
"betanag",
"installtype",
- "zfcpconfig",
"partitionobjinit",
"parttype",
"autopartitionexecute",
@@ -154,9 +153,6 @@ class BaseInstallClass:
if not BETANAG:
dispatch.skipStep("betanag", permanent=1)
- if rhpl.getArch() != "s390":
- dispatch.skipStep("zfcpconfig", permanent=1)
-
if rhpl.getArch() != "i386" and rhpl.getArch() != "x86_64":
dispatch.skipStep("bootloader", permanent=1)