diff options
author | Mike Fulbright <msf@redhat.com> | 2002-06-12 05:49:37 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-06-12 05:49:37 +0000 |
commit | a1da9bf0a05a882cc2d10b60b602555352a870e6 (patch) | |
tree | c7f46187373968c16159f986a1bd5c310a0e5947 /dispatch.py | |
parent | 9d9a52521140926fe2303a3ff0620736cfe3e093 (diff) | |
download | anaconda-a1da9bf0a05a882cc2d10b60b602555352a870e6.tar.gz anaconda-a1da9bf0a05a882cc2d10b60b602555352a870e6.tar.xz anaconda-a1da9bf0a05a882cc2d10b60b602555352a870e6.zip |
fix for bootdisk issues
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 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")), |