summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2006-02-17 17:23:24 +0000
committerPaul Nasrat <pnasrat@redhat.com>2006-02-17 17:23:24 +0000
commitacf76fdb6c1a43e60dd7f3815f35b4a92e646fc1 (patch)
tree3bfef6955f02c7ab3ea4ccc80f57335152602e4d /dispatch.py
parent21706ebe648bb137f2098365a16501b96680348a (diff)
downloadanaconda-acf76fdb6c1a43e60dd7f3815f35b4a92e646fc1.tar.gz
anaconda-acf76fdb6c1a43e60dd7f3815f35b4a92e646fc1.tar.xz
anaconda-acf76fdb6c1a43e60dd7f3815f35b4a92e646fc1.zip
Complain about unknown packages and groups
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 94c9d9b96..b11b4fbf6 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -101,7 +101,7 @@ installSteps = [
("timezone", ("id.instLanguage", "id.timezone")),
("accounts", ("intf", "id.rootPassword")),
("reposetup", doRepoSetup, ("backend","intf", "id", "instPath")),
- ("basepkgsel", doBasePackageSelect, ("backend","id.instClass")),
+ ("basepkgsel", doBasePackageSelect, ("backend","id.instClass", "intf")),
("tasksel", ("intf", "backend", "dispatch", "id.instClass")),
("group-selection", ("backend", "intf")),
("postselection", doPostSelection, ("backend", "intf", "id", "instPath")),