From 8a5cb3bda4385be42861aabe27201fa29143db9c Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:52:24 +1000 Subject: [PATCH] Fix 24.10 support --- ct/create_lxc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 7883847a7..8f5722bf2 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -184,6 +184,8 @@ else TEMPLATE_VARIENT=focal elif [ $PCT_OSVERSION = 24.04 ]; then TEMPLATE_VARIENT=noble + elif [ $PCT_OSVERSION = 24.10 ]; then + TEMPLATE_VARIENT=oracular else TEMPLATE_VARIENT=jammy fi