mkimage-arch: set C.UTF-8 default locale

It may not work fine when doing expect script if setting other locales.

Signed-off-by: Jun-Ru Chang <jrjang@gmail.com>
This commit is contained in:
Jun-Ru Chang 2015-03-28 12:33:24 +08:00
parent 789a67e931
commit 9e9adf8075
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ hash expect &>/dev/null || {
exit 1
}
export LANG="C.UTF-8"
ROOTFS=$(mktemp -d ${TMPDIR:-/var/tmp}/rootfs-archlinux-XXXXXXXXXX)
chmod 755 $ROOTFS