From ef6dc82d6987250cd2b5f70a25336cfef40076b3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 28 Jan 2020 13:38:01 +0100 Subject: [PATCH] DEBIAN_STABLE: use buster-backports instead of stretch-backports Debian/buster is the current stable release, there's no point in enabling stretch-backports there. FTR: we could set it to 'stable-backports' instead, though then apt/apt-get/... will complain about it: | W: Conflicting distribution: http://ftp.debian.org/debian stable-backports InRelease (expected stable-backports but got buster-backports) --- .../fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE | 4 ++-- 1 file changed, 2 insertions(+), 2 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 3072559..2e0674e 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 @@ -7,5 +7,5 @@ deb-src http://security.debian.org/ stable/updates main contrib # backports: - deb http://ftp.debian.org/debian/ stretch-backports main contrib non-free - deb-src http://ftp.debian.org/debian/ stretch-backports main contrib non-free + 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 -- 2.1.4