summaryrefslogtreecommitdiffstats
path: root/dispatch.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 /dispatch.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 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 5967fe38b..a41ca1a54 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -64,7 +64,6 @@ installSteps = [
("keyboard", ),
("findrootparts", findRootParts, ),
("findinstall", ),
- ("iscsi", ),
("zfcpconfig", ),
("partitionobjinit", partitionObjectsInitialize, ),
("parttype", ),