summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-12 05:49:37 +0000
committerMike Fulbright <msf@redhat.com>2002-06-12 05:49:37 +0000
commita1da9bf0a05a882cc2d10b60b602555352a870e6 (patch)
treec7f46187373968c16159f986a1bd5c310a0e5947 /dispatch.py
parent9d9a52521140926fe2303a3ff0620736cfe3e093 (diff)
downloadanaconda-a1da9bf0a05a882cc2d10b60b602555352a870e6.tar.gz
anaconda-a1da9bf0a05a882cc2d10b60b602555352a870e6.tar.xz
anaconda-a1da9bf0a05a882cc2d10b60b602555352a870e6.zip
fix for bootdisk issues
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 6208a3e47..a07a3c1d9 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -122,7 +122,7 @@ installSteps = [
"id.bootloader", "id.langSupport",
"id.comps")),
("bootdisk", ("dir", "dispatch", "id.fsset")),
- ("makebootdisk", makeBootdisk, ("intf", "id.floppyDevice",
+ ("makebootdisk", makeBootdisk, ("intf", "dir", "id.floppyDevice",
"id.hdList", "instPath", "id.bootloader")),
("videocard", ("dispatch", "id.xconfig", "id.videocard", "intf")),
("monitor", ("id.xconfig", "id.monitor")),