Hello,
I’m having an issue when using my own packer custom image. I can’t change the deployed image. I get the error message : ‘almalinux’ is not a valid release. It should be one of: ‘jammy’
snap list
Name Version Rev Tracking Publisher Notes
core20 20240416 2318 latest/stable canonical✓ base
core22 20240419 1439 latest/stable canonical✓ base
lxd 4.0.10-e664786 29619 4.0/stable/… canonical✓ -
maas 3.5.1-16317-g.409891638 36889 3.5/stable canonical✓ -
snapd 2.63 21759 latest/stable canonical✓ snapd
I generated the custom image as this :
git clone GitHub - canonical/packer-maas: Packer templates to create MAAS deployable images
cd packer-maas
cd alma9
make
maas root boot-resources create
name=‘custom/almalinux’
title=‘almalinux’
architecture=‘amd64/generic’
filetype=‘tgz’
content@=alma9.tar.gz