diff options
author | Chris Lumens <clumens@redhat.com> | 2006-02-07 15:08:45 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-02-07 15:08:45 +0000 |
commit | af6642031f579b5f8f466c3fb01149dec288cdc5 (patch) | |
tree | d88cf9f645bf9debcab47355dcf702adf15fe90d /dispatch.py | |
parent | 14557096908ab0fdbcc159bc1e9b304ce4c73d1c (diff) | |
download | anaconda-af6642031f579b5f8f466c3fb01149dec288cdc5.tar.gz anaconda-af6642031f579b5f8f466c3fb01149dec288cdc5.tar.xz anaconda-af6642031f579b5f8f466c3fb01149dec288cdc5.zip |
Remove extra network steps.
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 3 |
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")), |