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>
Upstream-commit: 9e9adf807505e4355a98206f0937e504fcf77a84
Component: engine
This commit is contained in:
Jun-Ru Chang
2015-03-28 12:33:24 +08:00
parent 61cdd342d5
commit d3ad3f2693

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