summaryrefslogtreecommitdiffstats
path: root/text.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 /text.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 'text.py')
-rw-r--r--text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/text.py b/text.py
index f16618f2e..5e72fd589 100644
--- a/text.py
+++ b/text.py
@@ -42,7 +42,6 @@ stepToClasses = {
"keyboard" : ("keyboard_text", "KeyboardWindow"),
"mouse" : ("mouse_text", ("MouseWindow", "MouseDeviceWindow")),
"welcome" : ("welcome_text", "WelcomeWindow"),
- "iscsi" : ("iscsi_text", "iscsiWindow"),
"parttype" : ("partition_text", "PartitionTypeWindow"),
"custom-upgrade" : ("upgrade_text", "UpgradeExamineWindow"),
"addswap" : ("upgrade_text", "UpgradeSwapWindow"),