From d28b8121890891d2264214f3d30306f4888e534d Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Tue, 15 Mar 2011 16:39:45 +0100 Subject: [PATCH] Add yum-langpacks yum plugin to anaconda environment (notting) (#687866) This allows for installation of package's language packs without needing to list them explicitly in the -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. --- share/ramdisk.ltmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/share/ramdisk.ltmpl b/share/ramdisk.ltmpl index 0b799a60..3a11352b 100644 --- a/share/ramdisk.ltmpl +++ b/share/ramdisk.ltmpl @@ -172,6 +172,7 @@ install "xorg-x11-fonts-ethiopic" install "xorg-x11-fonts-misc" install "xorg-x11-server-Xorg" install "xorg-x11-server-utils" +install "yum-langpacks" install "${product}-logos" install "${product}-release"