summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-07-13 21:07:57 +0000
committerJeremy Katz <katzj@redhat.com>2006-07-13 21:07:57 +0000
commita46b7b4d6a0e6b5877121d07ea81c7bed9daf66d (patch)
tree140861e0ddc62391dec6dccddcdc284ded156733 /installclass.py
parente400c55c1982e8b01bcd8e74ffcc412d8a2adc1f (diff)
downloadanaconda-a46b7b4d6a0e6b5877121d07ea81c7bed9daf66d.tar.gz
anaconda-a46b7b4d6a0e6b5877121d07ea81c7bed9daf66d.tar.xz
anaconda-a46b7b4d6a0e6b5877121d07ea81c7bed9daf66d.zip
* iw/iscsi_gui.py: Remove in favor of more integrated way of
configuring * textw/iscsi_text.py: Likewise. * dispatch.py (installSteps): Remove iscsi step. * installclass.py: Likewise. * gui.py: Likewise. * text.py: Likewise.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/installclass.py b/installclass.py
index 2d8c73b1e..38a49af20 100644
--- a/installclass.py
+++ b/installclass.py
@@ -115,7 +115,6 @@ class BaseInstallClass:
"findrootparts",
"betanag",
"installtype",
- "iscsi",
"zfcpconfig",
"partitionobjinit",
"parttype",
@@ -174,10 +173,6 @@ class BaseInstallClass:
if flags.cmdline.has_key("upgrade"):
dispatch.skipStep("findrootparts", skip = 0)
- # Ask for iscsi configuration only when specifically requested
- if not flags.iscsi:
- dispatch.skipStep("iscsi", skip = 1)
-
# if there's only one install class, it doesn't make much sense
# to show it
if len(availableClasses()) < 2: