I have a line like:
lang en_US.UTF-8
in my kickstart file. However it stops on that screen to prompt me. Everything else works fine... I am using centos 4.6. Is this line no longer correct? I am sure I got it from a anaconda file to start with.
Jerry
Jerry Geis wrote:
I have a line like:
lang en_US.UTF-8
in my kickstart file. However it stops on that screen to prompt me. Everything else works fine... I am using centos 4.6. Is this line no longer correct? I am sure I got it from a anaconda file to start with.
It seems that only
lang en_US
will be correct (but undocumented, though). may be anaconda source can uncover this feature/bug...
Sergey
Sergey Podushkin wrote:
It seems that only
lang en_US
will be correct (but undocumented, though). may be anaconda source can uncover this feature/bug...
I have this in my CentOS 4.6 kickstart configs and it doesn't prompt me:
lang en_US.UTF-8 langsupport --default en_US.UTF-8 en_US.UTF-8
after installing my /etc/sysconfig/i18n has LANG="en_US.UTF-8" SUPPORTED="en_US.UTF-8:en_US:en"
in it
Maybe the 2nd line langsupport is needed, not sure. The previous places I worked at just used en_US, not UTF.
nate