unsupported locales in LiveCD- don't get it ...
unsupported locales in LiveCD- don't get it ... | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I quoted from a build-log of a livecd:
Code | [In neuem Fenster öffnen] | | [CHECK] find /upkg/usr/share/locale/ -mindepth 1 -maxdepth 1 -type d | xargs -n 1 basename | ( while read locale ; do echo $locale; case "$locale" in en*|de*|fr*|it*|es*|pt*|pl*|ru*|tr*) ;; *) echo rm -rvf /upkg/usr/share/locale/$locale ;; esac ; done )
de
pt
en_GB
tr
en_US
en_US@piglatin
en
es_MX
pt_BR
it
en_AU
en_CA
fr
es |
From the output I can read, that those locales get removed. I think some we still need. Maybe this has something to do with some problems regarding locales ...
Why do we remove locales anyway? |
|
|
|
|
|
Re: unsupported locales in LiveCD- don't get it .. | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | You've misinterpreted the output. This is the list of locales that we keep. |
|
|
|
|
|
Re: unsupported locales in LiveCD- don't get it .. | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | OK, sorry. |
|
|
|
|
|