LSB_Setup.sh: Add character set to lsb-image

Add character set to lsb-image to solve bugs from lsb test

(From OE-Core rev: 9545f9bf7e23d431e9eacec6819fd312910712af)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Xiaofeng Yan 2011-04-29 17:39:09 +08:00 committed by Richard Purdie
parent 53907b8538
commit 6add850c2f
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ localedef -i en_US -f ISO-8859-15 en_US.ISO-8859-15
localedef -i en_US -f UTF-8 en_US.UTF-8
localedef -i se_NO -f UTF-8 se_NO.UTF-8
localedef -i de_DE -f ISO-8859-1 de_DE
localedef -i en_US -f ISO-8859-1 en_US.ISO8859-1
#resolve localhost
LOCALHOST=`hostname`