summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-10-24 20:40:47 +0000
committerJeremy Katz <katzj@redhat.com>2005-10-24 20:40:47 +0000
commit45e723b53696542b0bc151c444fb4778f376ae5b (patch)
treef01853a458798109e1aa478ee6642b2f035098ff /installclass.py
parent3b1e8b8e1c3a06c31d73eec3372cc32b760045f3 (diff)
downloadanaconda-45e723b53696542b0bc151c444fb4778f376ae5b.tar.gz
anaconda-45e723b53696542b0bc151c444fb4778f376ae5b.tar.xz
anaconda-45e723b53696542b0bc151c444fb4778f376ae5b.zip
2005-10-24 Jeremy Katz <katzj@redhat.com>
* dispatch.py (installSteps): Break out reposetup and base package selection into separate steps. * installclass.py (BaseInstallClass.setSteps): Likewise. * yuminstall.py (YumBackend.doRepoSetup): Add backend repo setup. * backend.py (doBasePackageSelect): Implement generically for now
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/installclass.py b/installclass.py
index cd920c958..b3ba73a9d 100644
--- a/installclass.py
+++ b/installclass.py
@@ -138,16 +138,14 @@ class BaseInstallClass:
"accounts",
"readcomps",
"selectlangpackages",
- "preselection",
+ "reposetup",
+ "basepkgsel",
"package-selection",
"group-selection",
"postselection",
"handleX11pkgs",
"handlemiscpkgs",
"fixupconditionals",
- # XXX: yum hacks
- #"checkdeps",
- #"dependencies",
"confirminstall",
"install",
"enablefilesystems",