aboutsummaryrefslogtreecommitdiff
path: root/install.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-13 14:05:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-13 14:05:42 -0300
commit7eaf154113df39e260a43d0c20fbea06d0f1738d (patch)
tree3f53d46d204e6e81bfa32672f55ef2039b43da31 /install.mdwn
parent390fc01946aa4ab98672097e77cd90aa738ffc2e (diff)
downloadpadrao-7eaf154113df39e260a43d0c20fbea06d0f1738d.tar.gz
padrao-7eaf154113df39e260a43d0c20fbea06d0f1738d.tar.bz2
Pequenas correcoes
Diffstat (limited to 'install.mdwn')
-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