0

I want to add some packages to the Ubuntu .iso file(except the ones default coming) so then I want to can use the packages I install the Ubuntu and so with that experience I want to add more configurations to the .iso file. I'm going to extract the .iso file and manually change the files and again build the .iso . can I do the work that way or should I use some tools.

1 Answers1

0

You can use ubuntu-image to build your own iso which is derived from original build process and you can cutomise it to have additional packages

The server image config is here - https://git.launchpad.net/ubuntu-images/tree/ubuntu-server-pc-amd64.yaml

You can customise it to build your own image or iso

sudhackar
  • 201