From 07181b4c86faea04f5e276ce365a77e107834cd7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 8 Mar 2021 09:05:06 +0100 Subject: [PATCH] Provide apt sources.list file to support 'bullseye' as Debian suite Requires new security.debian.org repository layout quoting from https://lists.debian.org/debian-devel-announce/2019/07/msg00004.html: | over the last years we had people getting confused over -updates | (recommended updates) and /updates (security updates). Starting | with Debian 11 "bullseye" we have therefore renamed the suite including | the security updates to -security. | | An entry in sources.list should look like | | deb http://security.debian.org/debian-security bullseye-security main | | For previous releases the name will not change. --- .../files/etc/apt/sources.list.d/debian.list/DEBIAN_BULLSEYE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_BULLSEYE diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_BULLSEYE b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_BULLSEYE new file mode 100644 index 0000000..54eb57f --- /dev/null +++ b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_BULLSEYE @@ -0,0 +1,7 @@ +# official debian repository: + deb http://ftp.debian.org/debian/ bullseye main contrib non-free + deb-src http://ftp.debian.org/debian/ bullseye main contrib non-free + +# security updates: + deb http://security.debian.org/debian-security bullseye-security main contrib non-free + deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free -- 2.1.4