I run an autoyast installation with SLES10. I would like to set the language to en_US.iso8859-1. The xml-file for the language is: in the config part: <sysconfig config:type="list"> <sysconfig_entry> <sysconfig_key>RC_LANG</sysconfig_key> <sysconfig_path>/etc/sysconfig/language</sysconfig_path> <sysconfig_value>en_US.ISO-8859-1</sysconfig_value> </sysconfig_entry> </sysconfig> in the install part: <general> <language>en_US.ISO-8859-1</language> <languages>en_US.ISO-8859-1</languages> </general> In the logfile I found: 2006-11-10 10:21:42 <1> linux(3828) [YCP] clients/inst_autopost.ycp:131 Calling auto client with: $["language":"en_US.ISO-8859-1"] 2006-11-10 10:21:42 <1> linux(3828) [wfm] Y2CCWFM.cc(createInLevel):153 Parsing finished 2006-11-10 10:21:42 <1> linux(3828) [Interpreter] clients/language_auto.ycp:77 Calling YaST client language_auto (arguments: ["Import", $["language": "en_US.ISO-8859-1"]]) 2006-11-10 10:21:42 <1> linux(3828) [YCP] Language.ycp:367 language: en_GB, languages: en_GB 2006-11-10 10:21:42 <1> linux(3828) [YCP] Language.ycp:161 original language: en_GB; setting to lang:en_US.ISO-8859-1 2006-11-10 10:21:42 <1> linux(3828) [YCP] Encoding.ycp:62 SetEncLang en_GB ... 2006-11-10 10:23:20 <1> serv1(3828) [YCP] clients/inst_autoconfigure.ycp:134 Calling auto client with: $["language":"en_US.ISO-8859-1"] 2006-11-10 10:23:20 <1> serv1(3828) [YCP] clients/inst_autoconfigure.ycp:38 current step: 43 2006-11-10 10:23:20 <1> serv1(3828) [wfm] Y2CCWFM.cc(createInLevel):153 Parsing finished 2006-11-10 10:23:20 <1> serv1(3828) [Interpreter] clients/language_auto.ycp:77 Calling YaST client language_auto (arguments: ["Write"]) 2006-11-10 10:23:20 <1> serv1(3828) [YCP] Language.ycp:240 locale en_GB.UTF-8 But after the installation is the language en_GB.UTF-8, also the RC_LANG entry in /etc/sysconfig/language is RC_LANG="en_GB.UTF-8" How can I set the correct language with autoyast? Thanks Ulrich -- +-----------------------------------------------------------+ | Ulrich Bernhard | | Informatikdienste Tel: (+41-44) 635 67 73 | | Universitaet Zuerich Fax: (+41-44) 635 45 05 | | Winterthurerstr. 190 | | CH-8057 Zuerich Email: ulrich.bernhard@id.unizh.ch | | Switzerland | +-----------------------------------------------------------+