1 2 3 4 5 6 7 8
#!/bin/sh echo I: Set default locale cat <<EOF >etc/default/locale LANG=en_US.UTF-8 LC_ALL=C EOF