summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-05-13 21:10:06 +0000
committerMike Fulbright <msf@redhat.com>2002-05-13 21:10:06 +0000
commitcbb90b8dfeb22454b6f36101462833a093e30fa8 (patch)
tree43052ed8c571202109a46b31a9864e5e012fe043
parent46df069b9cc583b93de61baf8fa565a5062a1049 (diff)
downloadanaconda-cbb90b8dfeb22454b6f36101462833a093e30fa8.tar.gz
anaconda-cbb90b8dfeb22454b6f36101462833a093e30fa8.tar.xz
anaconda-cbb90b8dfeb22454b6f36101462833a093e30fa8.zip
add argument to call to network configuration
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 448105e98..b669f4cf5 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -86,7 +86,7 @@ installSteps = [
("bootloaderadvanced", ("dispatch", "id.bootloader", "id.fsset",
"id.diskset")),
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
- ("network", ("id.network", "dispatch")),
+ ("network", ("id.network", "dispatch", "intf")),
("firewall", ("intf", "id.network", "id.firewall")),
("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),