I need to create a .ISO with the cloud-init folder inside that would hold the autoinstall-user-data and meta-data files and edit the grub file to use it
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=21.04
DISTRIB_CODENAME=hirsute
DISTRIB_DESCRIPTION="Ubuntu 21.04"
in the base .ISO for this release there isn´t (I don`t know if for a good reason?), the isolinux folder and files so if I follow the tipical procedure at the end I can´t create custom .ISO with genisoimage or similar software as I will be missing all that important part in isolinux, for example the isolinux/txt.cfg referenced in all the manuals for ubuntu server 20.4 to do this task.
any ideas on how to create custom .ISOs for this latest release that will use the autoinstall-user-data for an unattended installation in a server ?
Regards