summaryrefslogtreecommitdiff
path: root/install.mdwn
diff options
context:
space:
mode:
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"