mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-18 19:55:51 +00:00
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:
@@ -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