make-live/config/hooks/normal/01-set-locale.hook.chroot

7 lines
67 B

#!/bin/sh
set -e
cat >/etc/default/locale<<EOF
LANG="C.UTF-8"
EOF