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 cd8d803f9..42618cee1 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -100,7 +100,7 @@ installSteps = [
("bootloaderadvanced", ("dispatch", "id.bootloader", "id.fsset",
"id.diskset")),
("networkdevicecheck", networkDeviceCheck, ("id.network", "dispatch")),
- ("network", ("id.network", "dir", "intf")),
+ ("network", ("id.network", "dir", "intf", "id")),
("firewall", ("intf", "id.network", "id.firewall", "id.security")),
("languagesupport", ("id.langSupport",)),
("timezone", ("id.instLanguage", "id.timezone")),