summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-03-04 15:57:34 +0000
committerJeremy Katz <katzj@redhat.com>2006-03-04 15:57:34 +0000
commit7fec57695356bbbed00cd37e24bf97d5576f79aa (patch)
treea027cb0effd189d6235a46a221f9097cd621c507 /dispatch.py
parent6e70b372714c9abfb40b4ab17ca426b9d78e8461 (diff)
downloadanaconda-7fec57695356bbbed00cd37e24bf97d5576f79aa.tar.gz
anaconda-7fec57695356bbbed00cd37e24bf97d5576f79aa.tar.xz
anaconda-7fec57695356bbbed00cd37e24bf97d5576f79aa.zip
2006-03-04 Jeremy Katz <katzj@redhat.com>
* backend.py (doPostSelection): Pass direction * dispatch.py (installSteps): Likewise. * yuminstall.py (doPostSelection): Likewise.
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 b11b4fbf6..0df26c94c 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -104,7 +104,7 @@ installSteps = [
("basepkgsel", doBasePackageSelect, ("backend","id.instClass", "intf")),
("tasksel", ("intf", "backend", "dispatch", "id.instClass")),
("group-selection", ("backend", "intf")),
- ("postselection", doPostSelection, ("backend", "intf", "id", "instPath")),
+ ("postselection", doPostSelection, ("backend", "intf", "id", "instPath", "dir")),
#("selectlangpackages", selectLanguageSupportGroups, ("id.grpset","id.instLanguage")),
#("fixupconditionals", fixupConditionals, ("id.grpset",)),
("confirminstall", ("intf", "id",)),