summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.mdwn b/install.mdwn
index 04994d8..b5b7aa5 100644
--- a/install.mdwn
+++ b/install.mdwn
@@ -78,7 +78,7 @@ Configuração inicial
mount none -t proc /tmp/debootstrap/proc/
mount -o bind /dev/ /tmp/debootstrap/dev
cp -L /etc/resolv.conf /tmp/debootstrap/etc
- echo $hostname.$domain >> /tmp/debootstrap/etc/hostname
+ 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