I'm in need of creating a custom minimal install iso. When booting this ISO all I need is the user to select what disk to use and hostname. Nothing else, we managed to do this using kickstart pre-script on CentOS but we'd like to know how to do it in Ubuntu? Cloud-Init seems really limited and unfinished.
What we'd like it do do on boot from iso:
- Ask which HDD to install (We'll configure it to use full HDD so must be able to do that)
- Ask what hostname to set to the system
While installing it needs to do:
- Add 3 users with 3 different password and groups.
- Add a script to one of the users home directory which will run at login (bash script) where the user can continue the installation (add packages e.t.c.) we already have that script.
Is this possible in Ubuntu's current state?