diff options
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py index 9e54a7c05..8c1ad0620 100644 --- a/dispatch.py +++ b/dispatch.py @@ -77,7 +77,7 @@ installSteps = [ "id.fsset", "id.diskset", "dir")), ("bootloader", ("dispatch", "id.bootloader", "id.fsset", "id.diskset")), - ("bootloaderpassword", ("id.bootloader",)), + ("bootloaderpassword", ("id.bootloader", "intf")), ("network", ("id.network",)), ("firewall", ("id.network", "id.firewall")), ("languagesupport", ("id.langSupport",)), |