From e21dc0318b5d6f7983bae980a1f208b29dc2354a Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Mon, 9 Mar 2026 21:47:23 +0700 Subject: [PATCH] lxc-debian: Add oldstable and oldoldstable to permanent releases Signed-off-by: Arnaud Rebillout --- 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 8e3b241..5b2847a 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -888,7 +888,7 @@ if [ -n "$authkey" ]; then fi release=${release:-stable} -permanent_releases=('stable' 'testing' 'sid' 'unstable') +permanent_releases=('oldoldstable' 'oldstable' 'stable' 'testing' 'sid' 'unstable') if [[ ! "${permanent_releases[*]}" =~ (^|[^[:alpha:]])$release([^[:alpha:]]|$) ]]; then if ! release_info "${MIRROR}"; then echo "Invalid release ${release} (not found in mirror)"