From 9f3f9383a6b931ebbc035473b9dcf484a5bf6a6a Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Wed, 15 May 2024 13:24:05 +1000 Subject: [PATCH] Fix creating 24.04 LXC --- ct/create_lxc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index f6059db2c..03dc1ce21 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -162,8 +162,8 @@ elif [ $PCT_OSTYPE = alpine ]; then else if [ $PCT_OSVERSION = 20.04 ]; then TEMPLATE_VARIENT=focal - elif [ $PCT_OSVERSION = 23.10 ]; then - TEMPLATE_VARIENT=mantic + elif [ $PCT_OSVERSION = 24.04 ]; then + TEMPLATE_VARIENT=noble else TEMPLATE_VARIENT=jammy fi