summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-18 19:55:01 +0000
committerMike Fulbright <msf@redhat.com>2001-07-18 19:55:01 +0000
commitac4135263e08c1e5808b3bc4f51c47901ebb8085 (patch)
tree0dcdf95f2290add74e658cdc822c921e74e8428a /dispatch.py
parent19c65f513f6bba81a95f4adbdc6dfdeaf28b913d (diff)
downloadanaconda-ac4135263e08c1e5808b3bc4f51c47901ebb8085.tar.gz
anaconda-ac4135263e08c1e5808b3bc4f51c47901ebb8085.tar.xz
anaconda-ac4135263e08c1e5808b3bc4f51c47901ebb8085.zip
fix pychecker complaints
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 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",)),