covertsh / ubuntu-preseed-iso-generator

Generate an ISO image for automated Ubuntu 20.04 desktop installations.
MIT License
112 stars 38 forks source link

Ubuntu 21.10 Desktop #4

Open ServerMonkey opened 2 years ago

ServerMonkey commented 2 years ago

Would be really awesome to have this working with newer Ubuntu versions. Tried with 21.10 and the --no-verify option. But get the error: ./ubuntu-preseed-iso-generator.sh: line 182: /tmp/tmp.cP0S9YGYWx/isolinux/txt.cfg: No such file or directory

I'm on Debian 10 and used the example.seed with ubuntu-21.10-desktop-amd64.iso

covertsh commented 2 years ago

Hi, thanks for opening an issue. I am working to add support for newer versions of Ubuntu (in my free time) but you're right, this only works for 20.04 at the moment. Newer versions have changed the file structure of the ISO so the script needs some version detection logic. If you have the skills to add this yourself, I would gladly merge a pull request.