From b2aea3ba424e078989c3b31179ebe01e0dc76cde Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 18 Jun 2024 13:03:40 +0200 Subject: [PATCH] Debian buster: disable non-existing backports repository --- lib/functions/rootfs/distro-specific.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/functions/rootfs/distro-specific.sh b/lib/functions/rootfs/distro-specific.sh index 103fb6b28a29..c43ed700e726 100644 --- a/lib/functions/rootfs/distro-specific.sh +++ b/lib/functions/rootfs/distro-specific.sh @@ -106,9 +106,6 @@ function create_sources_list_and_deploy_repo_key() { deb http://${DEBIAN_MIRROR} ${release}-updates main contrib non-free #deb-src http://${DEBIAN_MIRROR} ${release}-updates main contrib non-free - deb http://${DEBIAN_MIRROR} ${release}-backports main contrib non-free - #deb-src http://${DEBIAN_MIRROR} ${release}-backports main contrib non-free - deb http://${DEBIAN_SECURTY} ${release}/updates main contrib non-free #deb-src http://${DEBIAN_SECURTY} ${release}/updates main contrib non-free EOF