summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--en/appendix/chroot-install.xml4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4f2672df8..78c55442b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ installation-guide (20190623) UNRELEASED; urgency=medium
cover-term, where applicable. Closes: #794936
* Bump release name to bullseye.
* Remove trailing whitespaces from changelog file, to fix lintian tag.
+ * Update sources.list lines for security updates according to new notation.
[ Moritz Muehlenhoff ]
* Update doc for apt-setup/localX/key preseeding config. Closes: #932284
diff --git a/en/appendix/chroot-install.xml b/en/appendix/chroot-install.xml
index fdd9068c5..9c388fd20 100644
--- a/en/appendix/chroot-install.xml
+++ b/en/appendix/chroot-install.xml
@@ -484,8 +484,8 @@ for example for source packages and security updates:
<informalexample><screen>
deb-src http://ftp.us.debian.org/debian &releasename; main
-deb http://security.debian.org/ &releasename;/updates main
-deb-src http://security.debian.org/ &releasename;/updates main
+deb http://security.debian.org/ &releasename;-security main
+deb-src http://security.debian.org/ &releasename;-security main
</screen></informalexample>
Make sure to run <userinput>apt update</userinput> after you have