From 4d1982ca8098858f132b6506a53f8d4935b6786c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 20 Oct 2020 07:05:13 +0200 Subject: Adding support for Debian 11 (bullseye) to debconf container create script. Signed-off-by: Daniel Baumann --- share/scripts/debconf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share/scripts/debconf') diff --git a/share/scripts/debconf b/share/scripts/debconf index 197791a..6d21951 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -499,10 +499,14 @@ EOF for PARENT_REPO in ${PARENT_ARCHIVES} do case "${PARENT_REPO}" in - ${PARENT_DIST}-security) + buster-security) echo "deb ${PARENT_MIRROR_SECURITY} ${PARENT_DIST}/updates ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list" ;; + bullseye-security) + echo "deb ${PARENT_MIRROR_SECURITY} ${PARENT_DIST}-security ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list" + ;; + ${PARENT_DIST}-updates) echo "deb ${PARENT_MIRROR} ${PARENT_DIST}-updates ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list" ;; -- cgit v1.2.3