Add yum-langpacks yum plugin to anaconda environment (notting)
This allows for installation of package's language packs without needing to list them explicitly in the <foo>-support comps groups. Those groups (and the corresponding code in yuminstall.py) are still needed at least in the short term, due to fonts, input methods, and some internal architecture issues in the plugin.
This commit is contained in:
parent
70cfd01f00
commit
73b62e0cf5
@ -205,6 +205,7 @@ install "xorg-x11-fonts-ethiopic"
|
|||||||
install "xorg-x11-fonts-misc"
|
install "xorg-x11-fonts-misc"
|
||||||
install "xorg-x11-server-Xorg"
|
install "xorg-x11-server-Xorg"
|
||||||
install "xorg-x11-server-utils"
|
install "xorg-x11-server-utils"
|
||||||
|
install "yum-langpacks"
|
||||||
install "${product}-logos"
|
install "${product}-logos"
|
||||||
install "${product}-release"
|
install "${product}-release"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user