From 093e8a1b6b0289a92e6b9b919e94a78ef723c547 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 23 Aug 2021 11:27:32 +0200 Subject: [PATCH] Update DEBIAN_STABLE's apt sources.list configuration for bullseye 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 --- .../config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE index 2e0674e..a952b1e 100644 --- a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE +++ b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE @@ -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 -- 2.1.4