Bug 439822 - script for gathering country specific data
Summary: script for gathering country specific data
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 11.1
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 3
Hardware: x86 Other
: P4 - Low : Enhancement (vote)
Target Milestone: ---
Assignee: Jiří Suchomel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 438964
Blocks:
  Show dependency treegraph
 
Reported: 2008-10-29 12:25 UTC by Stephan Kulow
Modified: 2008-10-31 13:17 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
ycp script (1.18 KB, text/plain)
2008-10-31 10:48 UTC, Jiří Suchomel
Details

Note You need to log in before you can comment on or make changes to this bug.
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