From a46b7b4d6a0e6b5877121d07ea81c7bed9daf66d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 13 Jul 2006 21:07:57 +0000 Subject: * 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. --- dispatch.py | 1 - 1 file changed, 1 deletion(-) (limited to 'dispatch.py') 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", ), -- cgit