summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-05-24 17:11:53 +0000
committerChris Lumens <clumens@redhat.com>2005-05-24 17:11:53 +0000
commitecfa0b3284f5506c9e1e1f059e8a64dbcc286a0c (patch)
treefc1f8bc894d7229ea3a46b7f831382e5fe6f63ef /installclass.py
parent61e404dbbb661b0f7e2db9ada2a359a2cc7ce7c4 (diff)
downloadanaconda-ecfa0b3284f5506c9e1e1f059e8a64dbcc286a0c.tar.gz
anaconda-ecfa0b3284f5506c9e1e1f059e8a64dbcc286a0c.tar.xz
anaconda-ecfa0b3284f5506c9e1e1f059e8a64dbcc286a0c.zip
Automatically select any conditional packages that are required by
currently selected groups. This step used to be only needed for parts of language support, but is now needed more widely (#154572, #158389).
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 882191ce0..596a53236 100644
--- a/installclass.py
+++ b/installclass.py
@@ -143,6 +143,7 @@ class BaseInstallClass:
"package-selection",
"handleX11pkgs",
"handlemiscpkgs",
+ "fixupconditionals",
"checkdeps",
"dependencies",
"confirminstall",