Bug 881824

Summary: anaconda: stop creating /etc/sysconfig/{i18n,keyboard}
Product: [Fedora] Fedora Reporter: Michal Schmidt <mschmidt>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: anaconda-maint-list, g.kaviyarasu, jonathan, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-29 16:41:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 881785    

Description Michal Schmidt 2012-11-29 16:16:29 UTC
We're trying to migrate all packages away from /etc/sysconfig/i18n, /etc/sysconfig/keyboard, and using of HOSTNAME= in /etc/sysconfig/network. See tracker bug 881785 for more details.

Looking at the sources, it appears that Anaconda writes to both the old sysconfig files and to the new systemd-supported config files in:
 pyanaconda/keyboard.py
 pyanaconda/localization.py

We're trying to migrate what we can to use the new config files for F18, because the current situation with the two sets of config files is already buggy, inconsistent and confusing.

I can understand if Anaconda is being extra careful and wants to keep writing both sets of files for F18. However, there's a %post scripts in systemd that deletes the old config files, so writing them seems pointless.

Comment 1 Brian Lane 2012-11-29 16:41:46 UTC

*** This bug has been marked as a duplicate of bug 871543 ***