summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py
index 55fb99970..1c79064f4 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -77,6 +77,7 @@ installSteps = [
"id.fsset", "id.diskset",
"dir")),
("bootloader", ("dispatch", "id.bootloader", "id.fsset", "id.diskset")),
+ ("bootloaderpassword", ("id.bootloader",)),
("network", ("id.network",)),
("firewall", ("id.network", "id.firewall")),
("languagesupport", ("id.langSupport",)),