summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 13:34:32 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-04-11 13:39:09 +0000
commit9d512231b669921bb47026fede30dc4b17b11eb6 (patch)
tree4e91ff81b94aba819e93b18776a24b90372ac637 /share/scripts/debconf
parentUsing https instead of http in all comments. (diff)
downloadcompute-tools-9d512231b669921bb47026fede30dc4b17b11eb6.tar.xz
compute-tools-9d512231b669921bb47026fede30dc4b17b11eb6.zip
Adding support for Debian bookworm in container debconf create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-xshare/scripts/debconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf
index 934321b..1994926 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -491,7 +491,7 @@ EOF
echo "deb ${PARENT_MIRROR_SECURITY} ${PARENT_DIST}/updates ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list"
;;
- bullseye-security)
+ ${PARENT_DIST}-security)
echo "deb ${PARENT_MIRROR_SECURITY} ${PARENT_DIST}-security ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list"
;;