summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2019-12-20 21:44:06 +0100
committerHolger Wansing <hwansing@mailbox.org>2019-12-20 21:44:06 +0100
commit4af4d4b5a529729e88a669ae3844585bf94b0c5c (patch)
tree663b429ca8eb43ffdec133a71d6daccad822a694
parent05919c0a214f1095a702cf5b32954917b989eb3d (diff)
downloadinstallation-guide-4af4d4b5a529729e88a669ae3844585bf94b0c5c.zip
Update sources.list lines for security updates according to new notation
-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