summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-26 02:42:26 +0000
committerMatt Wilson <msw@redhat.com>2001-06-26 02:42:26 +0000
commitde9a6a5b06af1a530ca184cde3bd24eed10129c0 (patch)
treefece89bf6a62237f04b3d765941c80480ec9a9c5 /dispatch.py
parentadab2d0b9d4e641acd2644b25eeb2ef5729a8f36 (diff)
downloadanaconda-de9a6a5b06af1a530ca184cde3bd24eed10129c0.tar.gz
anaconda-de9a6a5b06af1a530ca184cde3bd24eed10129c0.tar.xz
anaconda-de9a6a5b06af1a530ca184cde3bd24eed10129c0.zip
oops, move mkbootdisk too (thanks jeremy)
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dispatch.py b/dispatch.py
index 4624a4c49..88aecf58a 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -89,13 +89,13 @@ installSteps = [
"id.bootloader", "id.langSupport",
"id.comps") ),
( "bootdisk", ("dir", "dispatch") ),
+ ( "makebootdisk", makeBootdisk, ("intf", "id.floppyDevice",
+ "id.hdList", "instPath") ),
( "monitor", ("id.xconfig", "id.monitor") ),
( "xcustom", ("id.xconfig", "id.monitor", "id.videocard",
"id.desktop", "id.comps") ),
( "writexconfig", writeXConfiguration, ("id", "instPath")),
( "writeksconfig", writeKSConfiguration, ("id", "instPath")),
- ( "makebootdisk", makeBootdisk, ("intf", "id.floppyDevice",
- "id.hdList", "instPath") ),
( "complete", () ),
( "reconfigcomplete", () )
]