diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dispatch.py | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2006-02-07 Chris Lumens <clumens@redhat.com> + + * dispatch.py (installSteps): Remove extra network step. + 2006-02-06 Jeremy Katz <katzj@redhat.com> * anaconda.spec: Bump version. 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")), |