summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-28 03:46:19 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-28 03:46:19 +0000
commit4f219de9a73969308f39caf16be4d3943da4451b (patch)
treeb8253cfb6355e629bef9ff328369d4b822f2300b /dispatch.py
parentb90c99a415228fdf1fa1bf0d7a326388c41f0073 (diff)
downloadanaconda-4f219de9a73969308f39caf16be4d3943da4451b.tar.gz
anaconda-4f219de9a73969308f39caf16be4d3943da4451b.tar.xz
anaconda-4f219de9a73969308f39caf16be4d3943da4451b.zip
2005-04-27 Jeremy Katz <katzj@redhat.com>
* installmethod.py (doMethodComplete): Figure out rootfs better * dispatch.py (installSteps): Pass id.fsset to methodcomplete.
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 f203326bc..e372d5e4a 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -157,7 +157,7 @@ installSteps = [
("setfilecon", setFileCons, ("instPath","id.partitions")),
("copylogs", copyAnacondaLogs, ("instPath",)),
("dopostaction", doPostAction, ("id", "instPath", "intf")),
- ("methodcomplete", doMethodComplete, ("method",)),
+ ("methodcomplete", doMethodComplete, ("method", "id.fsset")),
("complete", ()),
]