Update DEBIAN_STABLE's apt sources.list configuration for bullseye
authorMichael Prokop <mika@grml.org>
Mon, 23 Aug 2021 09:27:32 +0000 (11:27 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 23 Aug 2021 09:27:32 +0000 (11:27 +0200)
Related fix for commit 07181b4c86f. Now that bullseye is the new Debian
stable release, also adjust the backports entry accordingly.

FTR, when using "stable-backports" instead of "bullseye-backports",
apt warns about:

| W: Conflicting distribution: http://ftp.debian.org/debian stable-backports InRelease (expected stable-backports but got bullseye-backports)

We might not worry about this, but it might be confusing for users,
so until we've a better approach for this, let's keep it as-is.

Thanks: d630 for the bug report
Closes: https://github.com/grml/grml-live/issues/105

etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE

index 2e0674e..a952b1e 100644 (file)
@@ -3,9 +3,9 @@
   deb-src http://ftp.debian.org/debian/ stable main contrib non-free
 
 # security updates:
-  deb     http://security.debian.org/ stable/updates main contrib
-  deb-src http://security.debian.org/ stable/updates main contrib
+  deb     http://security.debian.org/debian-security stable-security main
+  deb-src http://security.debian.org/debian-security stable-security main
 
 # backports:
-  deb     http://ftp.debian.org/debian/ buster-backports main contrib non-free
-  deb-src http://ftp.debian.org/debian/ buster-backports main contrib non-free
+  deb     http://ftp.debian.org/debian/ bullseye-backports main contrib non-free
+  deb-src http://ftp.debian.org/debian/ bullseye-backports main contrib non-free