summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-12-10 17:54:19 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-12-10 17:54:19 +0000
commitd39d25f29b78a29be6b92ba98f3d5f0b0b59a2b3 (patch)
treeae1e0d8bdcbde9acdfbe7fe021112c3d3cb704ae /dispatch.py
parentf28acfdf35bbc67583c3344a47011f88cf66f19e (diff)
downloadanaconda-d39d25f29b78a29be6b92ba98f3d5f0b0b59a2b3.tar.gz
anaconda-d39d25f29b78a29be6b92ba98f3d5f0b0b59a2b3.tar.xz
anaconda-d39d25f29b78a29be6b92ba98f3d5f0b0b59a2b3.zip
Ensure upgrades depsolved. Ensure rpm lock/cache removed.
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 c5e1a80b1..b193ccc43 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -98,7 +98,7 @@ installSteps = [
("network", ("id.network", "dir", "intf", "id")),
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("intf", "id.rootPassword")),
- ("reposetup", doRepoSetup, ("backend","intf", "instPath")),
+ ("reposetup", doRepoSetup, ("backend","intf", "id", "instPath")),
("basepkgsel", doBasePackageSelect, ("backend","id.instClass")),
("group-selection", ("backend", "intf")),
("postselection", doPostSelection, ("backend", "intf", "id", "instPath")),