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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user