summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-02-07 15:08:45 +0000
committerChris Lumens <clumens@redhat.com>2006-02-07 15:08:45 +0000
commitaf6642031f579b5f8f466c3fb01149dec288cdc5 (patch)
treed88cf9f645bf9debcab47355dcf702adf15fe90d /dispatch.py
parent14557096908ab0fdbcc159bc1e9b304ce4c73d1c (diff)
downloadanaconda-af6642031f579b5f8f466c3fb01149dec288cdc5.tar.gz
anaconda-af6642031f579b5f8f466c3fb01149dec288cdc5.tar.xz
anaconda-af6642031f579b5f8f466c3fb01149dec288cdc5.zip
Remove extra network steps.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dispatch.py b/dispatch.py
index 3ccd7433b..ef5d7af68 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -59,9 +59,6 @@ log = logging.getLogger("anaconda")
# in the second case, the function is called directly from the dispatcher
installSteps = [
- ("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
- ("network", ("id.network", "dir", "intf", "id")),
-
("welcome", ()),
("betanag", betaNagScreen, ("intf", "dir")),
("language", ("intf", "id.instLanguage")),