summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-06-13 23:15:17 +0000
committerJeremy Katz <katzj@redhat.com>2006-06-13 23:15:17 +0000
commitff4a5c37a4d9f416c2d9c070c066785951835d83 (patch)
treed62763f91b2a1070c1488e14398cc7c6b941e656 /dispatch.py
parent3885156bfb4cbd983327659f8cc1858a67f3761c (diff)
downloadanaconda-ff4a5c37a4d9f416c2d9c070c066785951835d83.tar.gz
anaconda-ff4a5c37a4d9f416c2d9c070c066785951835d83.tar.xz
anaconda-ff4a5c37a4d9f416c2d9c070c066785951835d83.zip
2006-06-13 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index 5967fe38b..868511ca5 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -58,6 +58,9 @@ log = logging.getLogger("anaconda")
# All install steps take the anaconda object as their sole argument. This
# gets passed in when we call the function.
installSteps = [
+ ("networkdevicecheck", networkDeviceCheck, ),
+ ("network", ),
+
("welcome", ),
("betanag", betaNagScreen, ),
("language", ),