Bug 881878

Summary: zif: migration to /etc/hostname, /etc/vconsole.conf, /etc/locale.conf
Product: [Fedora] Fedora Reporter: Kay Sievers <kay>
Component: zifAssignee: Richard Hughes <rhughes>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: elad, kalevlember, rhughes
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 19:24:42 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 Kay Sievers 2012-11-29 18:03:03 UTC
Fedora is migrating away from:
 /etc/sysconfig/network (the HOSTNAME=... setting)
 /etc/sysconfig/keyboard
 /etc/sysconfig/i18n
to:
 /etc/hostname
 /etc/vconsole.conf
 /etc/locale.conf

See the tracker bug 881785 for details.

We found:
  zif-release.c:
  lang = zif_release_get_keyfile_value ("/etc/sysconfig/i18n", "LANG");
  keymap = zif_release_get_keyfile_value ("/etc/sysconfig/keyboard", "KEYTABLE");

Please update the package for the new config files.

Comment 1 Elad Alfassa 2012-11-29 19:24:42 UTC
Zif checks locale.conf and vconsole.conf first, and uses the obsolete /etc/sysconfig ones only if the former doesn't exist.

I don't see a reason to change that.