[PATCH rhel7-branch] Don't change langpacks config of installer environment (#1066017)

Radek Vykydal rvykydal at redhat.com
Mon Jul 14 08:40:41 UTC 2014


On 07/14/2014 10:33 AM, Vratislav Podzimek wrote:
> On Fri, 2014-07-11 at 10:33 +0200, Radek Vykydal wrote:
>> Also copy the configuration to target system.
>>
>> Resolves: rhbz#1066017
>> ---
>>   pyanaconda/packaging/yumpayload.py | 17 ++++++++++++++---
>>   1 file changed, 14 insertions(+), 3 deletions(-)
>>
>> diff --git a/pyanaconda/packaging/yumpayload.py b/pyanaconda/packaging/yumpayload.py
>> index 211e5e9..0b7ec0d 100644
>> --- a/pyanaconda/packaging/yumpayload.py
>> +++ b/pyanaconda/packaging/yumpayload.py
>> @@ -119,6 +119,8 @@ class YumLock(object):
>>   
>>   _yum_lock = YumLock()
>>   _yum_cache_dir = "/tmp/yum.cache"
>> +_yum_installer_langpack_conf = "/tmp/yum.pluginconf.d/langpacks.conf"
>> +_yum_target_langpack_conf = "/etc/yum/pluginconf.d/langpacks.conf"
> While changing things here, could you please uppercase those constants?
>

Sure, I'll do it.


More information about the anaconda-patches mailing list