From 4908a5e5fe985400ce193fe8274bf1585c3d8fa4 Mon Sep 17 00:00:00 2001 From: Matthew Bruzek Date: Fri, 20 Aug 2021 23:25:40 -0500 Subject: [PATCH] Changed security distribution to ${release}-security. Signed-off-by: Matthew Bruzek --- templates/lxc-debian.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 2ddaead..50aa787 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -242,7 +242,7 @@ EOF if [ "$release" != "unstable" -a "$release" != "sid" ]; then cat >> "${rootfs}/etc/apt/sources.list" << EOF -${prefix} $SECURITY_MIRROR ${release}/updates main${non_main} +${prefix} $SECURITY_MIRROR ${release}-security main${non_main} EOF fi }