[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Add yum-langpacks yum plugin to anaconda environment.
- From: Bill Nottingham <notting redhat com>
- To: anaconda-devel-list redhat com
- Cc: Bill Nottingham <notting redhat com>
- Subject: [PATCH] Add yum-langpacks yum plugin to anaconda environment.
- Date: Wed, 9 Mar 2011 13:39:15 -0500
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.
---
share/ramdisk.ltmpl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/share/ramdisk.ltmpl b/share/ramdisk.ltmpl
index ce30685..786b6c0 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"
--
1.7.4.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]