From: Michael Prokop Date: Mon, 8 Mar 2021 08:05:06 +0000 (+0100) Subject: Provide apt sources.list file to support 'bullseye' as Debian suite X-Git-Tag: v0.38.0~8 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=07181b4c86faea04f5e276ce365a77e107834cd7;ds=sidebyside 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. --- 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