summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
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):