2
0
mirror of git://github.com/lxc/lxc synced 2025-09-03 04:29:33 +00:00

generate locales on debian

Let's do like the ubuntu template and generate locales automatically.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano
2010-06-07 11:33:55 +02:00
committed by Daniel Lezcano
parent 5bad66ba56
commit f1fa1a0866

View File

@@ -64,7 +64,13 @@ $hostname
EOF
# reconfigure some services
if [ -z "$LANG" ]; then
chroot $rootfs locale-gen en_US.UTF-8
chroot $rootfs update-locale LANG=en_US.UTF-8
else
chroot $rootfs locale-gen $LANG
chroot $rootfs update-locale LANG=$LANG
fi
# remove pointless services in a container
chroot $rootfs /usr/sbin/update-rc.d -f umountfs remove