summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-06 19:11:51 +0000
committerMatt Wilson <msw@redhat.com>2001-07-06 19:11:51 +0000
commitab03e79f6dd100ed3981b72c3ec2153ac8420c46 (patch)
treeee94ab8ff5b9d28affd497dada4136a530169731 /dispatch.py
parentf15764b8c92790efa1c2a2e72736911a50c052e4 (diff)
downloadanaconda-ab03e79f6dd100ed3981b72c3ec2153ac8420c46.tar.gz
anaconda-ab03e79f6dd100ed3981b72c3ec2153ac8420c46.tar.xz
anaconda-ab03e79f6dd100ed3981b72c3ec2153ac8420c46.zip
fix up bootdisk screens for root on loop
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 5b68d4b56..795ae39f5 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -97,7 +97,7 @@ installSteps = [
( "instbootloader", writeBootloader, ("intf", "instPath", "id.fsset",
"id.bootloader", "id.langSupport",
"id.comps") ),
- ( "bootdisk", ("dir", "dispatch") ),
+ ( "bootdisk", ("dir", "dispatch", "id.fsset") ),
( "makebootdisk", makeBootdisk, ("intf", "id.floppyDevice",
"id.hdList", "instPath") ),
( "monitor", ("id.xconfig", "id.monitor") ),