summaryrefslogtreecommitdiff
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
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.
-rw-r--r--debian/changelog4
-rw-r--r--en/appendix/chroot-install.xml3
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cbdcf7255..a2bcd3851 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,10 @@ installation-guide (2009xxxx) UNRELEASED; urgency=low
[ Joey Hess ]
* Reword section on installer's support of wireless.
+ [ Steve Langasek ]
+ * 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.
+
-- Frans Pop <fjp@debian.org> Tue, 01 Sep 2009 19:01:59 +0200
installation-guide (20090901) unstable; urgency=low
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