Codebase list live-build / debian/1%20171207kali2 share / hooks / normal / 0040-create-locales-files.hook.chroot
debian/1%20171207kali2

Tree @debian/1%20171207kali2 (Download .tar.gz)

0040-create-locales-files.hook.chroot @debian/1%20171207kali2raw · history · blame

1
2
3
4
5
6
7
#!/bin/sh

set -e

# Create /etc/environment and /etc/default/locale
touch /etc/environment
echo "LANG=C.UTF-8" >/etc/default/locale