Bug 439822

Summary: script for gathering country specific data
Product: [openSUSE] openSUSE 11.1 Reporter: Stephan Kulow <coolo>
Component: OtherAssignee: Jiří Suchomel <jsuchome>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P4 - Low    
Version: Beta 3   
Target Milestone: ---   
Hardware: x86   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 438964    
Bug Blocks:    
Attachments: ycp script

Description Stephan Kulow 2008-10-29 12:25:01 UTC
+++ This bug was initially created as a clone of Bug #438964 +++

I need a ycp script that dumps the yast2-country-data content into shell script compatible format. Every language specific variable from sysconfig/{keyboard,language,console} should be in there - one file per language.

...
CONSOLE_SCREENMAP="trivial"
CONSOLE_MAGIC="(K"
CONSOLE_ENCODING="UTF-8"
Comment 1 Jiří Suchomel 2008-10-31 10:48:13 UTC
Created attachment 249088 [details]
ycp script

Try this one. Maybe I forgot some settings, and the format is not exactly what you want, but I'm sure you can adapt it to your needs.

CONSOLE_ENCODING is not there, AFAIK we read this from YaST UI and it is most probably UTF-8 always.
Comment 2 Jiří Suchomel 2008-10-31 13:17:48 UTC
I hope this is fixed now