summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-01-03 23:52:52 +0000
committerMike Fulbright <msf@redhat.com>2003-01-03 23:52:52 +0000
commit23b25ecbe449be53b93aa52d2a63ab7ba6bd2743 (patch)
tree19c675b63daeb37b5cd77941c7138531294eb09f /dispatch.py
parent49d2253e0d2a93fefdac083287c04c4946771445 (diff)
downloadanaconda-23b25ecbe449be53b93aa52d2a63ab7ba6bd2743.tar.gz
anaconda-23b25ecbe449be53b93aa52d2a63ab7ba6bd2743.tar.xz
anaconda-23b25ecbe449be53b93aa52d2a63ab7ba6bd2743.zip
changed arg we passed to be more specific
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 ddb107b9a..3bc273957 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -92,7 +92,7 @@ installSteps = [
("bootloaderadvanced", ("dispatch", "id.bootloader", "id.fsset",
"id.diskset")),
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
- ("network", ("id.network", "dispatch", "intf")),
+ ("network", ("id.network", "dir", "intf")),
("firewall", ("intf", "id.network", "id.firewall")),
("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),