From: Silvio Rhatto Date: Sun, 13 Jun 2010 17:05:42 +0000 (-0300) Subject: Pequenas correcoes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7eaf154113df39e260a43d0c20fbea06d0f1738d;p=padrao.git Pequenas correcoes --- diff --git a/install.mdwn b/install.mdwn index 04994d8..b5b7aa5 100644 --- a/install.mdwn +++ b/install.mdwn @@ -78,7 +78,7 @@ Configura 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