diff options
author | Mike Fulbright <msf@redhat.com> | 2002-05-13 21:10:06 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-05-13 21:10:06 +0000 |
commit | cbb90b8dfeb22454b6f36101462833a093e30fa8 (patch) | |
tree | 43052ed8c571202109a46b31a9864e5e012fe043 | |
parent | 46df069b9cc583b93de61baf8fa565a5062a1049 (diff) | |
download | anaconda-cbb90b8dfeb22454b6f36101462833a093e30fa8.tar.gz anaconda-cbb90b8dfeb22454b6f36101462833a093e30fa8.tar.xz anaconda-cbb90b8dfeb22454b6f36101462833a093e30fa8.zip |
add argument to call to network configuration
-rw-r--r-- | dispatch.py | 2 |
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")), |