diff options
-rw-r--r-- | dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py index d418384ad..4624a4c49 100644 --- a/dispatch.py +++ b/dispatch.py @@ -88,12 +88,12 @@ installSteps = [ ( "instbootloader", writeBootloader, ("intf", "instPath", "id.fsset", "id.bootloader", "id.langSupport", "id.comps") ), + ( "bootdisk", ("dir", "dispatch") ), ( "monitor", ("id.xconfig", "id.monitor") ), ( "xcustom", ("id.xconfig", "id.monitor", "id.videocard", "id.desktop", "id.comps") ), ( "writexconfig", writeXConfiguration, ("id", "instPath")), ( "writeksconfig", writeKSConfiguration, ("id", "instPath")), - ( "bootdisk", ("dir", "dispatch") ), ( "makebootdisk", makeBootdisk, ("intf", "id.floppyDevice", "id.hdList", "instPath") ), ( "complete", () ), |