summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
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")),