summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-07-27 09:12:13 -0400
committerJeremy Katz <katzj@redhat.com>2009-07-29 15:21:16 -0400
commit58abb414dcd34f13106a4302a884eb3f10a1ad06 (patch)
treed1f970a3741d59bbe91944da86f30b383a07014b /yuminstall.py
parentc967ded36ace32f6764f7650bb8f1a8f42c78b05 (diff)
downloadanaconda-58abb414dcd34f13106a4302a884eb3f10a1ad06.tar.gz
anaconda-58abb414dcd34f13106a4302a884eb3f10a1ad06.tar.xz
anaconda-58abb414dcd34f13106a4302a884eb3f10a1ad06.zip
And finish off the removal of rhpl
Finish off removing the symlinking and requirements for rhpl in anaconda.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 687646340..a087cbc2b 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1270,8 +1270,7 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
# installed (they could have been removed in kickstart). So we'll force
# it.
def selectAnacondaNeeds(self):
- for pkg in ['authconfig', 'chkconfig', 'mkinitrd', 'rhpl',
- 'system-config-firewall-tui']:
+ for pkg in ['authconfig', 'chkconfig', 'mkinitrd', 'system-config-firewall-tui']:
self.selectPackage(pkg)
def doPostSelection(self, anaconda):