Fix creating 24.04 LXC

This commit is contained in:
Sam Heinz
2024-05-15 13:24:05 +10:00
committed by GitHub
parent 79c11fc503
commit 9f3f9383a6

View File

@@ -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