summaryrefslogtreecommitdiff
path: root/install.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-04-03 10:54:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-04-03 10:54:51 -0300
commit77e096e47a74ed9edb7cba17dc8b658eed629181 (patch)
tree3026f7766753c920582da05fd47c3b0038283c98 /install.mdwn
parent2fea04a47d11ecdf9bd8d2d50e6bc2b0a81bede2 (diff)
downloadpadrao-77e096e47a74ed9edb7cba17dc8b658eed629181.tar.gz
padrao-77e096e47a74ed9edb7cba17dc8b658eed629181.tar.bz2
Locale default em servidores
Diffstat (limited to 'install.mdwn')
-rw-r--r--install.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.mdwn b/install.mdwn
index 69e07e7..7bca915 100644
--- a/install.mdwn
+++ b/install.mdwn
@@ -89,6 +89,7 @@ Configuração inicial
cp -L /etc/resolv.conf /tmp/debootstrap/etc
echo $hostname.$domain >> /tmp/debootstrap/etc/hostname
echo "127.0.0.1 localhost $hostname $hostname.$domain" >> /tmp/debootstrap/etc/hosts
+ echo LANG=C > /tmp/debootstrap/etc/default/locale
chroot /tmp/debootstrap/
export PS1="chroot $PS1"