summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-12-27 23:36:53 +0000
committerSteve Langasek <vorlon@debian.org>2009-12-27 23:36:53 +0000
commitbdb78e5332e35bb474e7904d7e44825bfa51c6d2 (patch)
tree601f2bb23b8693124eaeb8920328232f82f63782 /en/appendix
parent00bcf7737c4eb38cde2bf5e5c7a42758c2b750dc (diff)
downloadinstallation-guide-bdb78e5332e35bb474e7904d7e44825bfa51c6d2.zip
Update the appendix on chroot installs to not recommend mapping 127.0.0.1
to the hostname; use 127.0.1.1, the same as the installer itself does.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/chroot-install.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index 1fda9f709..80d231dba 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -417,7 +417,8 @@ Enter your system's host name (2 to 63 characters):
And a basic <filename>/etc/hosts</filename> with IPv6 support:
<informalexample><screen>
-127.0.0.1 localhost DebianHostName
+127.0.0.1 localhost
+127.0.1.1 DebianHostName
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback