From cbeb0992b4c9061fb09776b1dbe45d729116d82e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 28 Jul 2025 16:31:40 +0200 Subject: [PATCH] Bullseye: drop backport repository as it doesn't exists anymore --- lib/functions/rootfs/distro-specific.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/rootfs/distro-specific.sh b/lib/functions/rootfs/distro-specific.sh index 7cbae1c6b9..bc02cc7413 100644 --- a/lib/functions/rootfs/distro-specific.sh +++ b/lib/functions/rootfs/distro-specific.sh @@ -92,7 +92,7 @@ function create_sources_list_and_deploy_repo_key() { declare -a security_suites=("${release}-security") declare -a components=(main contrib non-free) - if [[ "$release" == "buster" ]]; then + if [[ "$release" == "buster" || "$release" == "bullseye" ]]; then security_suites=("${release}/updates") else suites+=("${release}-backports")