summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-01-01 11:55:24 +0000
committerColin Watson <cjwatson@debian.org>2008-01-01 11:55:24 +0000
commita2078f19b0b1325c27320dcc28ce2031590c11ed (patch)
treee8043b080245a00b45637ec6cacf4fcb31640d50
parent9b37eb7033bfea9a296e1a406fcf1c34df2b32f1 (diff)
downloadinstallation-guide-a2078f19b0b1325c27320dcc28ce2031590c11ed.zip
* Use &releasename; rather than hardcoding etch in sources.list
recommendation for chroot installs. Closes: #458459.
-rw-r--r--debian/changelog4
-rw-r--r--en/appendix/chroot-install.xml6
2 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 176176187..67fe61882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -81,6 +81,10 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low
guided and manual partitioning
* howto, preseed: update for reordering of the installation procedure.
+ [ Colin Watson ]
+ * Use &releasename; rather than hardcoding etch in sources.list
+ recommendation for chroot installs. Closes: #458459.
+
-- Frans Pop <fjp@debian.org> Sun, 30 Dec 2007 12:59:38 +0100
installation-guide (20070319) unstable; urgency=low
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index ae60bd3a8..80b3b3db4 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -445,10 +445,10 @@ additional packages. However, you may want to add some additional sources,
for example for source packages and security updates:
<informalexample><screen>
-deb-src http://ftp.us.debian.org/debian etch main
+deb-src http://ftp.us.debian.org/debian &releasename; main
-deb http://security.debian.org/ etch/updates main
-deb-src http://security.debian.org/ etch/updates main
+deb http://security.debian.org/ &releasename;/updates main
+deb-src http://security.debian.org/ &releasename;/updates main
</screen></informalexample>
Make sure to run <userinput>aptitude update</userinput> after you have