summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-27 21:16:01 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-27 21:16:01 +0000
commitbceae6af244f85ff7961a55f3b3b114795e26e8d (patch)
tree162581d43a2e6c91ff58a677c46b0dcc7f69d8e7 /dispatch.py
parentd250f352fd4f717ec659c4374670e3bad45ae402 (diff)
downloadanaconda-bceae6af244f85ff7961a55f3b3b114795e26e8d.tar.gz
anaconda-bceae6af244f85ff7961a55f3b3b114795e26e8d.tar.xz
anaconda-bceae6af244f85ff7961a55f3b3b114795e26e8d.zip
use messsageWindows instead of custom message boxes, so pass intf in
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 801c6e819..831d007ae 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -87,7 +87,7 @@ installSteps = [
("bootloaderpassword", ("id.bootloader", "intf")),
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
("network", ("id.network",)),
- ("firewall", ("id.network", "id.firewall")),
+ ("firewall", ("intf", "id.network", "id.firewall")),
("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("id.rootPassword", "id.accounts")),