summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-28 22:50:42 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-28 22:50:42 +0000
commitde45442a4d244d8912f9b588e39f6128d027e277 (patch)
tree38d44a4bdbd1299f9421e8e420298c9c6b92305f /dispatch.py
parent1e782eea1d4b60f7246b644f6bba8a6e09fa39cc (diff)
downloadanaconda-de45442a4d244d8912f9b588e39f6128d027e277.tar.gz
anaconda-de45442a4d244d8912f9b588e39f6128d027e277.tar.xz
anaconda-de45442a4d244d8912f9b588e39f6128d027e277.zip
oops, need this too
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 21f2a5c4e..0cfd84850 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -85,7 +85,7 @@ installSteps = [
("bootloader", ("dispatch", "id.bootloader", "id.fsset", "id.diskset")),
("bootloaderpassword", ("id.bootloader", "intf")),
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
- ("network", ("id.network",)),
+ ("network", ("id.network", "dispatch")),
("firewall", ("id.network", "id.firewall")),
("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),