I would like to provide to my students a Virtual Machine several software pre-installed. The software is updated quite regularly so an automated way to generate a VM would be very useful. I plan to use the MATE edition of Ubuntu 22.04 . I am wondering if there is any preseed template for this version available?
So far I use VirtualBox as VM software, but a solution with other VM manager (like qemu) would still be useful, as I probably can convert the image to the VirtualBox format in a later step.
I found this short documentation about Ubiquity Automation and ubiquity/success_command
sounds promising, but it is unclear to me where to put this command.
[My question is similar to this one. But unlike the previous question, it is ok for me to code.]